summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-05-26 04:03:28 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-05-26 04:03:28 +0200
commitdf3a27519e37a7582689e9f100ae8c046598cf1c (patch)
tree0307a343398416f7fdfe51a34f2a55e572064610
parent45ea25ed57d9692355d4812c5813ab2a1433f390 (diff)
disable transparent background option since it causes a freeze
-rw-r--r--config.h2
-rw-r--r--xchat-wdk.patch13
2 files changed, 13 insertions, 2 deletions
diff --git a/config.h b/config.h
index 2b1f198a..50b97d2c 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
 #define USE_GMODULE
 #define USE_PLUGIN
 #define PACKAGE_NAME "xchat"
-#define PACKAGE_VERSION "r1431-3"
+#define PACKAGE_VERSION "r1431-4"
 #define XCHATLIBDIR "."
 #define XCHATSHAREDIR "."
 #define OLD_PERL
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index 2e9bbd14..a1b2f55f 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -735,7 +735,18 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/rawlog.c xchat-wdk/src/f
  #include "fe-gtk.h"
 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	2008-02-08 10:04:45 +0100
-+++ xchat-wdk/src/fe-gtk/setup.c	2010-05-22 03:36:17 +0200
++++ xchat-wdk/src/fe-gtk/setup.c	2010-05-26 04:00:03 +0200
+@@ -109,8 +109,8 @@
+ 					N_("Give each person on IRC a different color"),0,0},
+ 	{ST_TOGGLR, N_("Indent nick names"), P_OFFINTNL(indent_nicks),
+ 					N_("Make nick names right-justified"),0,0},
+-	{ST_TOGGLE, N_("Transparent background"), P_OFFINTNL(transparent),0,0,0},
+-	{ST_TOGGLR, N_("Show marker line"), P_OFFINTNL(show_marker),
++	/* {ST_TOGGLE, N_("Transparent background"), P_OFFINTNL(transparent),0,0,0}, */
++	{ST_TOGGLE, N_("Show marker line"), P_OFFINTNL(show_marker),
+ 					N_("Insert a red line after the last read text."),0,0},
+ 	{ST_HEADER, N_("Transparency Settings"), 0,0,0},
+ 	{ST_HSCALE, N_("Red:"), P_OFFINTNL(tint_red),0,0,0},
 @@ -333,7 +333,11 @@
  	{ST_3OGGLE, N_("Show tray balloons on:"), 0, 0, (void *)balloonlist, 0},
  #endif