silentStatic has proposed merging lp:~kjmikkel/gtg/hideToolbar into lp:gtg.

    Requested reviews:
    Gtg developers (gtg)
Related bugs:
  #415027 Can't disable Toolbar
  https://bugs.launchpad.net/bugs/415027


Purpose:
To make it possible to hide the toolbar, like all the rest of the UI elements 
mentioned in the View window

Fix:
The function was not referenced in the SIGNAL_CONNECTIONS_DIC dictionary - the 
function itself has not been modified.
-- 
https://code.launchpad.net/~kjmikkel/gtg/hideToolbar/+merge/12497
Your team Gtg developers is subscribed to branch lp:gtg.
=== modified file 'AUTHORS'
--- AUTHORS	2009-09-11 22:58:12 +0000
+++ AUTHORS	2009-09-27 21:45:19 +0000
@@ -37,3 +37,4 @@
 * Paulo Cabido <[email protected]>
 * Patrick Coleman <[email protected]>
 * Luca Invernizzi <[email protected]>
+* Mikkel Kjær Jensen <[email protected]>
\ No newline at end of file

=== modified file 'CHANGELOG'
--- CHANGELOG	2009-09-25 16:22:02 +0000
+++ CHANGELOG	2009-09-27 21:45:19 +0000
@@ -1,6 +1,10 @@
+<<<<<<< TREE
     * Empty new tasks are deleted when editor is closed
     * lot of bug fixed in the editor while playing with subtasks
     * Works well with the "text besides icon" GNOME option
+=======
+    * The toolbar can now be hidden
+>>>>>>> MERGE-SOURCE
     * Merge RTM plugin branch from Luca Invernizzi
     * i18n: fixed window title in GTG/taskbrowser/browser.py, by Dario Bertini 
     * Patch from Luca Invernizzi to add XDG_CACHE redefinition in script/debug.sh

=== modified file 'GTG/taskbrowser/browser.py'
--- GTG/taskbrowser/browser.py	2009-09-25 16:22:02 +0000
+++ GTG/taskbrowser/browser.py	2009-09-27 21:45:20 +0000
@@ -309,6 +309,8 @@
                 self.on_quickadd_activate,
             "on_view_quickadd_toggled":
                 self.on_toggle_quickadd,
+            "on_view_toolbar_toggled":
+                self.on_toolbar_toggled,
             "on_about_clicked":
                 self.on_about_clicked,
             "on_about_close":

_______________________________________________
Mailing list: https://launchpad.net/~gtg
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~gtg
More help   : https://help.launchpad.net/ListHelp

Reply via email to