# HG changeset patch # User Eric Warmenhoven # Date 967139049 0 # Node ID 16c2682b56781d3a4485af9c9de873759d85a62d # Parent bcae3ff4968035bf52412eca8c36f1ba94e58583 [gaim-migrate @ 765] this should probably apply to chat eventually too, but rob hasn't hacked that yet committer: Tailor Script diff -r bcae3ff49680 -r 16c2682b5678 src/prefs.c --- a/src/prefs.c Thu Aug 24 17:37:25 2000 +0000 +++ b/src/prefs.c Thu Aug 24 17:44:09 2000 +0000 @@ -628,7 +628,6 @@ gtk_widget_show(sep); gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box); - gaim_button(_("Show buttons with text"), &display_options, OPT_DISP_CONV_SHOW_TEXT, box); gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box); gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box); gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box); @@ -672,6 +671,7 @@ gtk_widget_show(label); gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, box); + gaim_button(_("Show buttons with text"), &display_options, OPT_DISP_CONV_SHOW_TEXT, box); gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_WINDOWS, box); gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, box); gaim_button(_("Ignore TiK Automated Messages"), &general_options, OPT_GEN_TIK_HACK, box);