# HG changeset patch # User Luke Schierer # Date 1134065168 0 # Node ID 4ed7663099ca55784f6eb23b0b251dc6a4301b37 # Parent 51898e3031e6a8a6c7325b40556a90fa8a8ea3ac [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 diff -r 51898e3031e6 -r 4ed7663099ca src/gtkconv.c --- 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, "" }, { N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "" }, { N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "" }, + { N_("/Options/Show Buddy _Icon"), NULL, menu_buddyicon_cb, 0, "" }, + { "/Options/sep0", NULL, NULL, 0, "" }, { N_("/Options/Show Formatting _Toolbars"), NULL, menu_toolbar_cb, 0, "" }, { N_("/Options/Show Ti_mestamps"), "F2", menu_timestamps_cb, 0, "" }, - { N_("/Options/Show Buddy _Icon"), NULL, menu_buddyicon_cb, 0, "" }, }; static const int menu_item_count =