← Back to team overview

gtg team mailing list archive

[Merge] lp:~nimit-svnit/gtg/bug-1090301 into lp:gtg

 

Nimit Shah has proposed merging lp:~nimit-svnit/gtg/bug-1090301 into lp:gtg.

Requested reviews:
  Gtg developers (gtg)
Related bugs:
  Bug #1090301 in Getting Things GNOME!: "deactivating the untouched tasks plugin leaves "add @untouched tag" in plugins menu"
  https://bugs.launchpad.net/gtg/+bug/1090301

For more details, see:
https://code.launchpad.net/~nimit-svnit/gtg/bug-1090301/+merge/139881

Solves bug 1090301
-- 
https://code.launchpad.net/~nimit-svnit/gtg/bug-1090301/+merge/139881
Your team Gtg developers is requested to review the proposed merge of lp:~nimit-svnit/gtg/bug-1090301 into lp:gtg.
=== modified file 'CHANGELOG'
--- CHANGELOG	2012-12-12 23:20:33 +0000
+++ CHANGELOG	2012-12-14 12:20:52 +0000
@@ -4,6 +4,7 @@
     * Fix for bug #1073607: "GTG starts after login" doesn't work with an invalid link
     * Fix for bug #1062659: "Allow locale format of date", by Nimit Shah
     * Fix for bug #1047753: Changing due date doesn't update "days left" information, by Codee
+    * Fix for bug #1090301: "Deactivating the untouched tasks plugin leaves "add @untouched tag" in plugins menu", by Nimit Shah
 
 2012-11-06 Getting Things GNOME! 0.3
     * Hide tasks with due date someday, #931376

=== modified file 'GTG/plugins/untouched_tasks/untouchedTasks.py'
--- GTG/plugins/untouched_tasks/untouchedTasks.py	2012-12-12 23:14:43 +0000
+++ GTG/plugins/untouched_tasks/untouchedTasks.py	2012-12-14 12:20:52 +0000
@@ -93,6 +93,7 @@
         """
         Deactivates the plugin.
         """
+        plugin_api.remove_menu_item(self.menu_item)
         #everything should be removed, in case a task is currently opened
         try:
             self.plugin_api.remove_task_toolbar_item(self.tb_Taskbutton)