comparison src/gaimrc.c @ 6033:22923270493f

[gaim-migrate @ 6483] I put a colon in the wrong place in my sound pref ui cleanup earlier. That's fixed. Removed the pref to enable/disable ctrl+w for closing convo windows. It hasn't worked since at least 0.63, and it's dumb. Removed the use of the "f2 toggles timestamps?" preference. You actually couldn't change this one via prefs anymore. It is also dumb. Made f2 toggle timestamps globally again. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Jul 2003 18:55:07 +0000
parents c36b3c654761
children 80e3641ee9eb
comparison
equal deleted inserted replaced
6032:2ba2e61e335b 6033:22923270493f
932 convo_options & OPT_CONVO_IGNORE_FONTS); 932 convo_options & OPT_CONVO_IGNORE_FONTS);
933 gaim_prefs_set_bool("/gaim/gtk/conversations/ignore_font_sizes", 933 gaim_prefs_set_bool("/gaim/gtk/conversations/ignore_font_sizes",
934 convo_options & OPT_CONVO_IGNORE_SIZES); 934 convo_options & OPT_CONVO_IGNORE_SIZES);
935 gaim_prefs_set_bool("/core/conversations/combine_chat_im", 935 gaim_prefs_set_bool("/core/conversations/combine_chat_im",
936 convo_options & OPT_CONVO_COMBINE); 936 convo_options & OPT_CONVO_COMBINE);
937 gaim_prefs_set_bool("/gaim/gtk/conversations/ctrl_w_closes",
938 convo_options & OPT_CONVO_CTL_W_CLOSES);
939 gaim_prefs_set_bool("/gaim/gtk/conversations/close_on_tabs", 937 gaim_prefs_set_bool("/gaim/gtk/conversations/close_on_tabs",
940 !(convo_options & OPT_CONVO_NO_X_ON_TAB)); 938 !(convo_options & OPT_CONVO_NO_X_ON_TAB));
941 } else if (!strcmp(p->option, "im_options")) { 939 } else if (!strcmp(p->option, "im_options")) {
942 im_options = atoi(p->value[0]); 940 im_options = atoi(p->value[0]);
943 941