diff src/prefs.c @ 1692:a312d64a995d

[gaim-migrate @ 1702] and i thought i couldn't do it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 08 Apr 2001 09:26:00 +0000
parents 55bb0e870537
children 9b86520e04ac
line wrap: on
line diff
--- a/src/prefs.c	Sun Apr 08 01:27:24 2001 +0000
+++ b/src/prefs.c	Sun Apr 08 09:26:00 2001 +0000
@@ -583,8 +583,8 @@
 	gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5);
 	gtk_widget_show(label);
 
-	gaim_button(_("Show people joining/leaving in window"), &display_options, OPT_DISP_CHAT_LOGON,
-		    box);
+	gaim_button(_("Show all chats in one tabbed window"), &display_options, OPT_DISP_ONE_CHAT_WINDOW, box);
+	gaim_button(_("Show people joining/leaving in window"), &display_options, OPT_DISP_CHAT_LOGON, box);
 
 	hbox = gtk_hbox_new(FALSE, 0);
 	gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 5);
@@ -2119,6 +2119,9 @@
 	if ((int)option == OPT_DISP_ONE_WINDOW)
 		tabize();
 
+	if ((int)option == OPT_DISP_ONE_CHAT_WINDOW)
+		chat_tabize();
+
 #ifdef USE_APPLET
 	update_pixmaps();
 #endif