diff src/prefs.c @ 1573:3a8bd72f431f

[gaim-migrate @ 1583] tabbed conversation window, optional. you can toggle it and it will work like you'd expect. i still think that was an evil hack. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Mar 2001 12:58:06 +0000
parents ba8e6e211af5
children 427e1409917c
line wrap: on
line diff
--- a/src/prefs.c	Thu Mar 15 08:38:16 2001 +0000
+++ b/src/prefs.c	Thu Mar 15 12:58:06 2001 +0000
@@ -506,6 +506,7 @@
 	gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5);
 	gtk_widget_show(label);
 
+	gaim_button(_("Show all conversations in one tabbed window"), &display_options, OPT_DISP_ONE_WINDOW, box);
 	gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, box);
 
 	hbox = gtk_hbox_new(FALSE, 0);
@@ -2128,6 +2129,9 @@
 	if ((int)option == OPT_DISP_SHOW_TIME)
 		toggle_timestamps();
 
+	if ((int)option == OPT_DISP_ONE_WINDOW)
+		tabize();
+
 #ifdef USE_APPLET
 	update_pixmaps();
 #endif