Varname consolidation for the rest of pixmaps

This commit is contained in:
Berke Viktor
2012-11-03 02:57:24 +01:00
parent c65e16fd00
commit 98ef77406d
18 changed files with 73 additions and 73 deletions

View File

@@ -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;