summary refs log tree commit diff stats
path: root/src/fe-gtk/plugin-tray.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-03 02:57:24 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-03 02:57:24 +0100
commit98ef77406d84aa4a0c635d02ffff6c1b512af1d4 (patch)
treeadc72e50d02f20fee841d365035d74b2ff2aaa39 /src/fe-gtk/plugin-tray.c
parentc65e16fd00dd3ceacac301f2f774bdf29cf211d2 (diff)
Varname consolidation for the rest of pixmaps
Diffstat (limited to 'src/fe-gtk/plugin-tray.c')
-rw-r--r--src/fe-gtk/plugin-tray.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fe-gtk/plugin-tray.c b/src/fe-gtk/plugin-tray.c
index 489b4822..adbddf8f 100644
--- a/src/fe-gtk/plugin-tray.c
+++ b/src/fe-gtk/plugin-tray.c
@@ -52,9 +52,9 @@ typedef GdkPixbuf* TrayIcon;
 #define tray_icon_free(i) g_object_unref(i)
 
 #define ICON_NORMAL pix_hexchat
-#define ICON_MSG pix_tray_msg
-#define ICON_HILIGHT pix_tray_hilight
-#define ICON_FILE pix_tray_file
+#define ICON_MSG pix_tray_message
+#define ICON_HILIGHT pix_tray_highlight
+#define ICON_FILE pix_tray_fileoffer
 #define TIMEOUT 500
 
 static GtkStatusIcon *sticon;