GTG

Merge lp:~nimit-svnit/gtg/bug-1141582 into lp:~gtg/gtg/old-trunk

Proposed by Nimit Shah
Status: Merged
Merged at revision: 1292
Proposed branch: lp:~nimit-svnit/gtg/bug-1141582
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 24 lines (+2/-1)
2 files modified
CHANGELOG (+1/-0)
GTG/plugins/hamster/hamster.py (+1/-1)
To merge this branch: bzr merge lp:~nimit-svnit/gtg/bug-1141582
Reviewer Review Type Date Requested Status
Izidor Matušov Approve
Review via email: mp+151385@code.launchpad.net

Description of the change

Small change in the hamster.py file: replaced self.PLUGIN_NAME with SELF.PLUGIN_NAMESPACE

To post a comment you must log in.
Revision history for this message
Izidor Matušov (izidor) wrote :

Thanks for the patch!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CHANGELOG'
--- CHANGELOG 2013-02-25 07:35:07 +0000
+++ CHANGELOG 2013-03-03 08:04:22 +0000
@@ -15,6 +15,7 @@
15 * Added command "gtcli overview"15 * Added command "gtcli overview"
16 * Fix for bug #1076029: (Fixed regression) Notification area applet can't display attention icon16 * Fix for bug #1076029: (Fixed regression) Notification area applet can't display attention icon
17 * Pep8ification of code, by Nimit Shah17 * Pep8ification of code, by Nimit Shah
18 * Fix for bug #1141582: Crash on enabling hamster plugin, by Nimit Shah
1819
192012-11-06 Getting Things GNOME! 0.3202012-11-06 Getting Things GNOME! 0.3
20 * Hide tasks with due date someday, #93137621 * Hide tasks with due date someday, #931376
2122
=== modified file 'GTG/plugins/hamster/hamster.py'
--- GTG/plugins/hamster/hamster.py 2013-02-25 07:35:07 +0000
+++ GTG/plugins/hamster/hamster.py 2013-03-03 08:04:22 +0000
@@ -308,7 +308,7 @@
308308
309 def preferences_load(self):309 def preferences_load(self):
310 self.preferences = self.plugin_api.load_configuration_object(310 self.preferences = self.plugin_api.load_configuration_object(
311 self.PLUGIN_NAME, "preferences",311 self.PLUGIN_NAMESPACE, "preferences",
312 default_values=self.DEFAULT_PREFERENCES)312 default_values=self.DEFAULT_PREFERENCES)
313313
314 def preferences_store(self):314 def preferences_store(self):

Subscribers

People subscribed via source and target branches

to status/vote changes: