summaryrefslogtreecommitdiff
path: root/chat/xchat-systray-integration/patches/patch-ab
blob: 9940f7ff1438e65d6f43312f01f904cb469f4acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1 2004/08/01 17:27:26 kristerw Exp $

--- src/systray.c.orig	Sun Aug  1 19:22:35 2004
+++ src/systray.c	Sun Aug  1 19:23:05 2004
@@ -123,10 +123,10 @@
 // events handling
  void tray_init_xchat(void)
 {
-	initialize_shared_vars();
-	//show warning if version is too old
 	const char *str;
 	int i;
+	initialize_shared_vars();
+	//show warning if version is too old
 	if (xchat_get_prefs (ph, "away_size_max", &str, &i) == 0)
 	version_warning();