comparison src/gtkconv.c @ 8998:3738d1eac0ad

[gaim-migrate @ 9773] " This patch completes the removal of the Show joins/leaves in chats preferences It also (temporarily?) brings back the UI for the IM/Chat buttons preferences by changing #if 0 to #if 1 so they're still easy to identify to revist later on. The "Individual log file for each buddy's signons" pref became obsolete a while ago and was incorrectly #if'd out with a prefslash04 label. This patch completes it's death. With this patch applied the only prefslash thing that should block release is the custom font/color/size/etc stuff, I think we need to work out what to do there. There's a bit of whitespace cleanup too." --Stu Tomlinson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 14:26:31 +0000
parents c2ad41f7c82b
children 230cf4032e3d
comparison
equal deleted inserted replaced
8997:8bf2c6122bf1 8998:3738d1eac0ad
5811 gaim_prefs_add_bool("/gaim/gtk/conversations/use_custom_size", FALSE); 5811 gaim_prefs_add_bool("/gaim/gtk/conversations/use_custom_size", FALSE);
5812 gaim_prefs_add_bool("/gaim/gtk/conversations/html_shortcuts", FALSE); 5812 gaim_prefs_add_bool("/gaim/gtk/conversations/html_shortcuts", FALSE);
5813 gaim_prefs_add_bool("/gaim/gtk/conversations/smiley_shortcuts", FALSE); 5813 gaim_prefs_add_bool("/gaim/gtk/conversations/smiley_shortcuts", FALSE);
5814 gaim_prefs_add_bool("/gaim/gtk/conversations/show_formatting_toolbar", TRUE); 5814 gaim_prefs_add_bool("/gaim/gtk/conversations/show_formatting_toolbar", TRUE);
5815 gaim_prefs_add_string("/gaim/gtk/conversations/placement", "last"); 5815 gaim_prefs_add_string("/gaim/gtk/conversations/placement", "last");
5816 gaim_prefs_add_int("/gaim/gtk/conversations/placement_number", 1);
5816 gaim_prefs_add_string("/gaim/gtk/conversations/bgcolor", "#FFFFFF"); 5817 gaim_prefs_add_string("/gaim/gtk/conversations/bgcolor", "#FFFFFF");
5817 gaim_prefs_add_string("/gaim/gtk/conversations/fgcolor", "#000000"); 5818 gaim_prefs_add_string("/gaim/gtk/conversations/fgcolor", "#000000");
5818 gaim_prefs_add_string("/gaim/gtk/conversations/font_face", ""); 5819 gaim_prefs_add_string("/gaim/gtk/conversations/font_face", "");
5819 gaim_prefs_add_int("/gaim/gtk/conversations/font_size", 3); 5820 gaim_prefs_add_int("/gaim/gtk/conversations/font_size", 3);
5820 gaim_prefs_add_bool("/gaim/gtk/conversations/tabs", TRUE); 5821 gaim_prefs_add_bool("/gaim/gtk/conversations/tabs", TRUE);