From 3fab4f0d7dc92e70e5f0e6273d75df8c4d972a61 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Sun, 4 Apr 2010 04:06:25 +0200 Subject: [PATCH] fix for x64 xtray --- config.h | 2 +- plugins/xtray/utility.cpp | 16 ++++------------ plugins/xtray/xtray.cpp | 20 ++++++-------------- plugins/xtray/xtray.h | 9 +++++++++ xchat-wdk.patch | 12 ++++++++++++ 5 files changed, 32 insertions(+), 27 deletions(-) diff --git a/config.h b/config.h index 15247bc2..127b7e6d 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ #define USE_GMODULE #define USE_PLUGIN #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "r1409-7" +#define PACKAGE_VERSION "r1409-8" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL diff --git a/plugins/xtray/utility.cpp b/plugins/xtray/utility.cpp index 909517df..dd9dd29f 100644 --- a/plugins/xtray/utility.cpp +++ b/plugins/xtray/utility.cpp @@ -321,24 +321,16 @@ void CheckPrefs(HWND hwnd, int iDlg) DWORD dwStyle; dwStyle = GetWindowLong(g_hXchatWnd, GWL_STYLE); dwStyle |= (1< #define F_OK 0 #define X_OK 1 +diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe-gtk/about.c +--- xchat-wdk.orig/src/fe-gtk/about.c 2008-06-08 09:58:58 +0200 ++++ xchat-wdk/src/fe-gtk/about.c 2010-04-02 10:27:10 +0200 +@@ -119,7 +119,7 @@ + "%s\n\n" + #ifdef WIN32 + /* leave this message to avoid time wasting bug reports! */ +- "This version is unofficial and comes with no support.\n\n" ++ "This version is unofficial and\ncomes with no support.\n\n" + #endif + "%s\n" + "Charset: %s " diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/banlist.c xchat-wdk/src/fe-gtk/banlist.c --- xchat-wdk.orig/src/fe-gtk/banlist.c 2008-09-01 11:28:58 +0200 +++ xchat-wdk/src/fe-gtk/banlist.c 2010-03-29 12:59:40 +0200