summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-25 23:59:07 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-25 23:59:07 +0100
commit5e6b9b4faae37a5d470c3879d1f7cc29e861f141 (patch)
tree44bb091caa6dfd98d17de97c18007561d33f78a9
parentd735424d33a8194617ce4234d62f2735acf81d33 (diff)
enable favorite networks toggle
-rw-r--r--xchat-wdk.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index cdba3367..1b8fe744 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -1882,18 +1882,6 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/search.c xchat-wdk/src/f
  
  	gtk_widget_show (win);
  }
-diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/servlistgui.c xchat-wdk/src/fe-gtk/servlistgui.c
---- xchat-wdk.orig/src/fe-gtk/servlistgui.c	2011-01-25 11:28:02 +0100
-+++ xchat-wdk/src/fe-gtk/servlistgui.c	2011-01-25 23:56:29 +0100
-@@ -1812,7 +1812,7 @@
- 	gtk_container_add (GTK_CONTAINER (hbox), checkbutton_fav);
- 	g_signal_connect (G_OBJECT (checkbutton_fav), "toggled",
- 							G_CALLBACK (fav_servlist), 0);
--	gtk_widget_show (checkbutton_fav);
-+	/* gtk_widget_show (checkbutton_fav); don't show this until it's completed */
- 
- 	vbuttonbox2 = gtk_vbutton_box_new ();
- 	gtk_box_set_spacing (GTK_BOX (vbuttonbox2), 3);
 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/setup.c xchat-wdk/src/fe-gtk/setup.c
 --- xchat-wdk.orig/src/fe-gtk/setup.c	2011-01-25 11:46:54 +0100
 +++ xchat-wdk/src/fe-gtk/setup.c	2011-01-25 23:56:29 +0100