---------- Forwarded Message ---------- Subject: Consistent use of Quit Date: April 4, 2008 From: Harley Laue <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]
Attached is a patch (from svn) to change the Close menu item's label to Quit. This way it's more consistent with the toolbar button label. This is only a proposed fix. Changing the Quit button to Close would also be fine. This patch is just to add a bit of consistency. As a side note, for me it tends to makes more sense to have Close hide/minimize to the tray and Quit immediately quit. Really though, the current behavior is fine. (OTOH, I think some people aren't used to the idea of Close minimizing to the tray. So this may actually be more confusing to these users.) -------------------------------------------------------
Index: data/gpodder.glade =================================================================== --- data/gpodder.glade (revision 652) +++ data/gpodder.glade (working copy) @@ -367,7 +367,7 @@ <child> <widget class="GtkImageMenuItem" id="itemClose"> <property name="visible">True</property> - <property name="label" translatable="yes">_Close</property> + <property name="label" translatable="yes">_Quit</property> <property name="use_underline">True</property> <signal name="activate" handler="on_gPodder_delete_event" last_modification_time="Sun, 30 Oct 2005 17:54:31 GMT"/> <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
_______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
