Blame SOURCES/xchat-2.8.8-notifications-and-tray.patch

8fa6cd
diff -urNp xchat-2.8.8/src/common/cfgfiles.c xchat-2.8.8-notifications-and-tray/src/common/cfgfiles.c
8fa6cd
--- xchat-2.8.8/src/common/cfgfiles.c	2009-08-16 11:40:16.000000000 +0200
8fa6cd
+++ xchat-2.8.8-notifications-and-tray/src/common/cfgfiles.c	2012-11-27 15:34:13.080403744 +0100
8fa6cd
@@ -670,11 +670,13 @@ load_config (void)
8fa6cd
 	prefs.autoopendccchatwindow = 1;
8fa6cd
 	prefs.userhost = 1;
8fa6cd
 	prefs.gui_url_mod = 4;	/* ctrl */
8fa6cd
-	prefs.gui_tray = 1;
8fa6cd
+	prefs.gui_tray = 0;
8fa6cd
 	prefs.gui_pane_left_size = 100;
8fa6cd
 	prefs.gui_pane_right_size = 100;
8fa6cd
 	prefs.mainwindow_save = 1;
8fa6cd
 	prefs.bantype = 2;
8fa6cd
+	prefs.input_balloon_hilight = 1;
8fa6cd
+	prefs.input_balloon_priv = 1;
8fa6cd
 	prefs.input_balloon_time = 20;
8fa6cd
 	prefs.input_flash_priv = prefs.input_flash_hilight = 1;
8fa6cd
 	prefs.input_tray_priv = prefs.input_tray_hilight = 1;
8fa6cd
diff -urNp xchat-2.8.8/src/fe-gtk/maingui.c xchat-2.8.8-notifications-and-tray/src/fe-gtk/maingui.c
8fa6cd
--- xchat-2.8.8/src/fe-gtk/maingui.c	2010-05-16 05:15:55.000000000 +0200
8fa6cd
+++ xchat-2.8.8-notifications-and-tray/src/fe-gtk/maingui.c	2012-11-27 16:05:27.609518192 +0100
8fa6cd
@@ -3107,7 +3107,7 @@ mg_tabwindow_de_cb (GtkWidget *widget, G
8fa6cd
 		list = list->next;
8fa6cd
 	}
8fa6cd
 
8fa6cd
-	mg_open_quit_dialog (TRUE);
8fa6cd
+	mg_open_quit_dialog (FALSE);
8fa6cd
 	return TRUE;
8fa6cd
 }
8fa6cd