GNOME Bugzilla – Bug 339994
follow the gnome toolbar and menu settings
Last modified: 2006-08-21 12:43:19 UTC
pitivi doesn't follow the Gnome toolbar and menu settings: detachable, show icons and text, text only, etc. It is a minor detail but I hope you can fix it.
I would like this also, simply for the sake of being a bit more universal (even though as of now I like the toolbar the way it is).
In case it is any use I made a similar request against a python cd burning application called Serpentine. the bug http://bugzilla.gnome.org/show_bug.cgi?id=337045 the source revision where he corrected the problem Marked the '/app/gnome/interface' key as observable, fixes #337045. http://svn.berlios.de/viewcvs/serpentine?rev=79&view=rev If I have time I'll poke around at it some more and try to figure out a patch but maybe you already talk with other gtk python developers and this is easy when you know how. it doesn't look too complicated but for me the hardest part is nearly always getting a full development enviroment up and running (limited bandwidth available amongst other issues) to properly test a patch.
thanks a lot for the tip. It now works like a charm. 2006-08-21 Edward Hervey <edward@fluendo.com> * pitivi/ui/mainwindow.py: Follow the gnome toolbar and menu settings. Closes #339994
Isn't python great? None of that obfuscated binary, nice readable code for all to see. (Still gtk should be doing all this for you, toolbars are overcomplicated.)