comparison 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
comparison
equal deleted inserted replaced
10362:c398f55ce5c7 10363:f608b72a7611
897 "/gaim/gtk/conversations/im/show_buddy_icons", vbox); 897 "/gaim/gtk/conversations/im/show_buddy_icons", vbox);
898 gaim_gtk_prefs_checkbox(_("Enable buddy ic_on animation"), 898 gaim_gtk_prefs_checkbox(_("Enable buddy ic_on animation"),
899 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox); 899 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox);
900 gaim_gtk_prefs_checkbox(_("_Notify buddies that you are typing to them"), 900 gaim_gtk_prefs_checkbox(_("_Notify buddies that you are typing to them"),
901 "/core/conversations/im/send_typing", vbox); 901 "/core/conversations/im/send_typing", vbox);
902 gaim_gtk_prefs_checkbox(_("_Raise IM window on events"),
903 "/gaim/gtk/conversations/im/raise_on_events", vbox);
904
905 gaim_gtk_prefs_checkbox(_("Raise chat _window on events"),
906 "/gaim/gtk/conversations/chat/raise_on_events", vbox);
907 902
908 /* All the tab options! */ 903 /* All the tab options! */
909 vbox = gaim_gtk_make_frame(ret, _("Tab Options")); 904 vbox = gaim_gtk_make_frame(ret, _("Tab Options"));
910 905
911 gaim_gtk_prefs_checkbox(_("Show IMs and chats in _tabbed windows"), 906 gaim_gtk_prefs_checkbox(_("Show IMs and chats in _tabbed windows"),
2359 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links"); 2354 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links");
2360 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys"); 2355 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys");
2361 gaim_prefs_remove("/gaim/gtk/conversations/smiley_shortcuts"); 2356 gaim_prefs_remove("/gaim/gtk/conversations/smiley_shortcuts");
2362 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion"); 2357 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion");
2363 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete"); 2358 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete");
2359 gaim_prefs_remove("/gaim/gtk/conversations/im/raise_on_events");
2360 gaim_prefs_remove("/gaim/gtk/conversations/chat/raise_on_events");
2364 gaim_prefs_remove("/gaim/gtk/sound/signon"); 2361 gaim_prefs_remove("/gaim/gtk/sound/signon");
2365 gaim_prefs_remove("/gaim/gtk/sound/silent_signon"); 2362 gaim_prefs_remove("/gaim/gtk/sound/silent_signon");
2366 gaim_prefs_remove("/gaim/gtk/logging/individual_logs"); 2363 gaim_prefs_remove("/gaim/gtk/logging/individual_logs");
2367 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_bgcolor"); 2364 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_bgcolor");
2368 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_fgcolor"); 2365 gaim_prefs_remove("/gaim/gtk/conversations/use_custom_fgcolor");