summary refs log tree commit diff stats
path: root/src/common/xchat.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 23:17:29 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 23:17:29 +0200
commita9c8ab916b2106efce25b8b58ec850031a2dfbf3 (patch)
treea864f236294b7f6adcb0b3c57b015b761481d8c1 /src/common/xchat.c
parent25a9a60bab6e795367d402b82b0c9a19bfcc4f4d (diff)
Rename X-Tray to HexTray
Diffstat (limited to 'src/common/xchat.c')
-rw-r--r--src/common/xchat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/xchat.c b/src/common/xchat.c
index 1b9fd5a7..da33edbe 100644
--- a/src/common/xchat.c
+++ b/src/common/xchat.c
@@ -981,7 +981,7 @@ main (int argc, char *argv[])
 			 * only works correctly when X-Tray is used, but it's not a big deal
 			 * since you can only minimize XChat to tray via the taskbar if you
 			 * use X-Tray*/
-			if (xtray_mode ())
+			if (hextray_mode ())
 			{
 				/* FindWindow() doesn't support wildcards so we check all the open windows */
 				EnumWindows (enum_windows_impl, NULL);