GTG

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

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

Description of the change

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

Thank you for the quick fix!

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 2012-12-12 23:20:33 +0000
3+++ CHANGELOG 2012-12-14 12:23:30 +0000
4@@ -4,6 +4,7 @@
5 * Fix for bug #1073607: "GTG starts after login" doesn't work with an invalid link
6 * Fix for bug #1062659: "Allow locale format of date", by Nimit Shah
7 * Fix for bug #1047753: Changing due date doesn't update "days left" information, by Codee
8+ * Fix for bug #1090301: "Deactivating the untouched tasks plugin leaves "add @untouched tag" in plugins menu", 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/untouched_tasks/untouchedTasks.py'
14--- GTG/plugins/untouched_tasks/untouchedTasks.py 2012-12-12 23:14:43 +0000
15+++ GTG/plugins/untouched_tasks/untouchedTasks.py 2012-12-14 12:23:30 +0000
16@@ -93,6 +93,7 @@
17 """
18 Deactivates the plugin.
19 """
20+ plugin_api.remove_menu_item(self.menu_item)
21 #everything should be removed, in case a task is currently opened
22 try:
23 self.plugin_api.remove_task_toolbar_item(self.tb_Taskbutton)

Subscribers

People subscribed via source and target branches

to status/vote changes: