From: <sea...@us...> - 2006-11-02 21:40:19
|
Revision: 17656 http://svn.sourceforge.net/gaim/?rev=17656&view=rev Author: seanegan Date: 2006-11-02 13:40:11 -0800 (Thu, 02 Nov 2006) Log Message: ----------- SimGuy: seanegan: Hide new IM conversations is currently in botht he Conversations and Interface tab Modified Paths: -------------- trunk/gtk/gtkprefs.c Modified: trunk/gtk/gtkprefs.c =================================================================== --- trunk/gtk/gtkprefs.c 2006-11-02 21:24:46 UTC (rev 17655) +++ trunk/gtk/gtkprefs.c 2006-11-02 21:40:11 UTC (rev 17656) @@ -897,13 +897,6 @@ vbox = gaim_gtk_make_frame(ret, _("Conversations")); - gaim_gtk_prefs_dropdown(vbox, _("_Hide new IM conversations"), - GAIM_PREF_STRING, "/gaim/gtk/conversations/im/hide_new", - _("Never"), "never", - _("When away"), "away", - _("Always"), "always", - NULL); - gaim_gtk_prefs_checkbox(_("Show _formatting on incoming messages"), "/gaim/gtk/conversations/show_incoming_formatting", vbox); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |