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
1=== modified file 'CHANGELOG'
2--- CHANGELOG 2013-02-25 07:35:07 +0000
3+++ CHANGELOG 2013-03-03 08:04:22 +0000
4@@ -15,6 +15,7 @@
5 * Added command "gtcli overview"
6 * Fix for bug #1076029: (Fixed regression) Notification area applet can't display attention icon
7 * Pep8ification of code, by Nimit Shah
8+ * Fix for bug #1141582: Crash on enabling hamster plugin, by Nimit Shah
9
10 2012-11-06 Getting Things GNOME! 0.3
11 * Hide tasks with due date someday, #931376
12
13=== modified file 'GTG/plugins/hamster/hamster.py'
14--- GTG/plugins/hamster/hamster.py 2013-02-25 07:35:07 +0000
15+++ GTG/plugins/hamster/hamster.py 2013-03-03 08:04:22 +0000
16@@ -308,7 +308,7 @@
17
18 def preferences_load(self):
19 self.preferences = self.plugin_api.load_configuration_object(
20- self.PLUGIN_NAME, "preferences",
21+ self.PLUGIN_NAMESPACE, "preferences",
22 default_values=self.DEFAULT_PREFERENCES)
23
24 def preferences_store(self):

Subscribers

People subscribed via source and target branches

to status/vote changes: