changeset 12395:4ed7663099ca

[gaim-migrate @ 14702] " From the wiki's ShowStopperBugs: 'If we're going to stick with these "some options are global and some are per-conversation", which is, in itself confusing, we need to AT LEAST put the global ones together and slap a separator in between.' This patch satisfies the AT LEAST case by moving the global options to the bottom of the menu and placing a separator between them." --Casey Harkins committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 08 Dec 2005 18:06:08 +0000
parents 51898e3031e6
children 4ee5f1e45ec2
files src/gtkconv.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Thu Dec 08 05:13:21 2005 +0000
+++ b/src/gtkconv.c	Thu Dec 08 18:06:08 2005 +0000
@@ -2552,9 +2552,10 @@
 	{ N_("/_Options"), NULL, NULL, 0, "<Branch>" },
 	{ N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "<CheckItem>" },
 	{ N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>" },
+	{ N_("/Options/Show Buddy _Icon"), NULL, menu_buddyicon_cb, 0, "<CheckItem>" },
+	{ "/Options/sep0", NULL, NULL, 0, "<Separator>" },
 	{ N_("/Options/Show Formatting _Toolbars"), NULL, menu_toolbar_cb, 0, "<CheckItem>" },
 	{ N_("/Options/Show Ti_mestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>" },
-	{ N_("/Options/Show Buddy _Icon"), NULL, menu_buddyicon_cb, 0, "<CheckItem>" },
 };
 
 static const int menu_item_count =