Merge lp:~rmyeid/gm-notify/setupFix into lp:gm-notify

Proposed by Rami Al-Rfou'
Status: Merged
Merged at revision: not available
Proposed branch: lp:~rmyeid/gm-notify/setupFix
Merge into: lp:gm-notify
Diff against target: 26 lines (+3/-2)
2 files modified
gm-notify-config.py (+2/-1)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~rmyeid/gm-notify/setupFix
Reviewer Review Type Date Requested Status
Alexander Hungenberg (community) Approve
Review via email: mp+22608@code.launchpad.net

Description of the change

Fixed the typos in the setup file and the bug in the configuration window.

To post a comment you must log in.
Revision history for this message
Alexander Hungenberg (alexander-hungenberg-gmail) wrote :

this looks good ;)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'gm-notify-config.py'
--- gm-notify-config.py 2010-03-31 21:04:32 +0000
+++ gm-notify-config.py 2010-04-01 12:02:18 +0000
@@ -91,7 +91,8 @@
91 91
92 # Sound92 # Sound
93 self.wTree.get_widget("checkbutton_sound").set_active(self.client.get_bool("/apps/gm-notify/play_sound"))93 self.wTree.get_widget("checkbutton_sound").set_active(self.client.get_bool("/apps/gm-notify/play_sound"))
94 self.wTree.get_widget("fcbutton_sound").set_filename(self.client.get_string("/apps/gm-notify/soundfile"))94 if self.client.get_string("/apps/gm-notify/soundfile"):
95 self.wTree.get_widget("fcbutton_sound").set_filename(self.client.get_string("/apps/gm-notify/soundfile"))
95 self.on_checkbutton_sound_toggled(self.wTree.get_widget("checkbutton_sound"))96 self.on_checkbutton_sound_toggled(self.wTree.get_widget("checkbutton_sound"))
96 97
97 # ClickAction98 # ClickAction
9899
=== modified file 'setup.py'
--- setup.py 2010-03-31 21:04:32 +0000
+++ setup.py 2010-04-01 12:02:18 +0000
@@ -11,7 +11,7 @@
11 scripts=['gm-notify.py', 'gm-notify-config.py'],11 scripts=['gm-notify.py', 'gm-notify-config.py'],
12 data_files=[('/usr/share/applications', ['data/gm-notify.desktop']),12 data_files=[('/usr/share/applications', ['data/gm-notify.desktop']),
13 ('/usr/share/applications', ['data/gm-notify-config.desktop']),13 ('/usr/share/applications', ['data/gm-notify-config.desktop']),
14 ('/usr/share/indicators/messages/applications', ['data/gm-notify.py'])14 ('/usr/share/indicators/messages/applications', ['data/gm-notify.py']),
15 ('/usr/share/gm-notify', ['data/checking.gif']),15 ('/usr/share/gm-notify', ['data/checking.gif']),
16 ('/usr/share/icons/hicolor/16x16/apps/', ['data/gm-notify.png']),16 ('/usr/share/icons/hicolor/16x16/apps/', ['data/gm-notify.png']),
17 ('/usr/share/gm-notify', ['gm-config.glade']),17 ('/usr/share/gm-notify', ['gm-config.glade']),

Subscribers

People subscribed via source and target branches

to status/vote changes: