diff 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
line wrap: on
line diff
--- a/src/gaimrc.c	Sat Jul 05 08:15:44 2003 +0000
+++ b/src/gaimrc.c	Sat Jul 05 18:55:07 2003 +0000
@@ -934,8 +934,6 @@
 					convo_options & OPT_CONVO_IGNORE_SIZES);
 			gaim_prefs_set_bool("/core/conversations/combine_chat_im",
 					convo_options & OPT_CONVO_COMBINE);
-			gaim_prefs_set_bool("/gaim/gtk/conversations/ctrl_w_closes",
-					convo_options & OPT_CONVO_CTL_W_CLOSES);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/close_on_tabs",
 					!(convo_options & OPT_CONVO_NO_X_ON_TAB));
 		} else if (!strcmp(p->option, "im_options")) {