From 8575ea49f1ad3aae594583dfc0b5c9ad57bf8bc5 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Sat, 14 Aug 2010 01:18:59 +0200 Subject: [PATCH] typofix --- xchat-wdk.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 858bf3cc..5f7dbb0a 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -137,7 +137,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/xdcc/xdcc.c xchat-wdk/plugi diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src/common/cfgfiles.c --- xchat-wdk.orig/src/common/cfgfiles.c 2010-08-07 09:14:45 +0200 -+++ xchat-wdk/src/common/cfgfiles.c 2010-08-14 01:14:54 +0200 ++++ xchat-wdk/src/common/cfgfiles.c 2010-08-14 01:18:30 +0200 @@ -17,7 +17,6 @@ */ @@ -179,7 +179,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src prefs.dialog_height = 256; prefs.gui_join_dialog = 1; prefs.gui_quit_dialog = 1; -+ prefs.gui_slist_skip = 1; ++ prefs.slist_skip = 1; prefs.dcctimeout = 180; prefs.dccstalltimeout = 60; prefs.notify_timeout = 15;