diff src/gtkprefs.c @ 10363:f608b72a7611

[gaim-migrate @ 11581] Removed "raise conversation" preferences; defaulting to "No." Etan, you should add these to notify.c sometime. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 13 Dec 2004 23:15:41 +0000
parents 524674a4f6bb
children db5e8c8b2abb
line wrap: on
line diff
--- a/src/gtkprefs.c	Mon Dec 13 23:12:18 2004 +0000
+++ b/src/gtkprefs.c	Mon Dec 13 23:15:41 2004 +0000
@@ -899,11 +899,6 @@
 			"/gaim/gtk/conversations/im/animate_buddy_icons", vbox);
 	gaim_gtk_prefs_checkbox(_("_Notify buddies that you are typing to them"),
 			"/core/conversations/im/send_typing", vbox);
-	gaim_gtk_prefs_checkbox(_("_Raise IM window on events"),
-			"/gaim/gtk/conversations/im/raise_on_events", vbox);
-
-	gaim_gtk_prefs_checkbox(_("Raise chat _window on events"),
-			"/gaim/gtk/conversations/chat/raise_on_events", vbox);
 
 	/* All the tab options! */
 	vbox = gaim_gtk_make_frame(ret, _("Tab Options"));
@@ -2361,6 +2356,8 @@
 	gaim_prefs_remove("/gaim/gtk/conversations/smiley_shortcuts");
 	gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion");
 	gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete");
+	gaim_prefs_remove("/gaim/gtk/conversations/im/raise_on_events");
+	gaim_prefs_remove("/gaim/gtk/conversations/chat/raise_on_events");
 	gaim_prefs_remove("/gaim/gtk/sound/signon");
 	gaim_prefs_remove("/gaim/gtk/sound/silent_signon");
 	gaim_prefs_remove("/gaim/gtk/logging/individual_logs");