comparison src/gtkconv.c @ 5858:96e5b32e75ad

[gaim-migrate @ 6289] conversation placement functions now have an ID string, rather than the pref being dependent on the order the functions are in the list. also, the pref is converted to the new system. and it's cool, and stuff. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 13 Jun 2003 23:49:26 +0000
parents a929723531c8
children 52d5fad43950
comparison
equal deleted inserted replaced
5857:2fa4aa9c1885 5858:96e5b32e75ad
5395 gaim_prefs_add_string("/gaim/gtk/conversations/fgcolor", "#000000"); 5395 gaim_prefs_add_string("/gaim/gtk/conversations/fgcolor", "#000000");
5396 gaim_prefs_add_string("/gaim/gtk/conversations/font_face", ""); 5396 gaim_prefs_add_string("/gaim/gtk/conversations/font_face", "");
5397 gaim_prefs_add_int("/gaim/gtk/conversations/font_size", 3); 5397 gaim_prefs_add_int("/gaim/gtk/conversations/font_size", 3);
5398 gaim_prefs_add_bool("/gaim/gtk/conversations/tabs", TRUE); 5398 gaim_prefs_add_bool("/gaim/gtk/conversations/tabs", TRUE);
5399 gaim_prefs_add_int("/gaim/gtk/conversations/tab_side", GTK_POS_TOP); 5399 gaim_prefs_add_int("/gaim/gtk/conversations/tab_side", GTK_POS_TOP);
5400 gaim_prefs_add_string("/gaim/gtk/conversations/placement", "");
5401 5400
5402 /* Conversations -> Chat */ 5401 /* Conversations -> Chat */
5403 gaim_prefs_add_none("/gaim/gtk/conversations/chat"); 5402 gaim_prefs_add_none("/gaim/gtk/conversations/chat");
5404 gaim_prefs_add_int("/gaim/gtk/conversations/chat/button_type", 5403 gaim_prefs_add_int("/gaim/gtk/conversations/chat/button_type",
5405 GAIM_BUTTON_TEXT_IMAGE); 5404 GAIM_BUTTON_TEXT_IMAGE);