diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:57:24 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:57:24 +0100 |
commit | 98ef77406d84aa4a0c635d02ffff6c1b512af1d4 (patch) | |
tree | adc72e50d02f20fee841d365035d74b2ff2aaa39 /src/fe-gtk/plugin-tray.c | |
parent | c65e16fd00dd3ceacac301f2f774bdf29cf211d2 (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.c | 6 |
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; |