diff options
author | TingPing <tingping@tingping.se> | 2012-12-06 00:11:50 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-12-06 00:11:50 -0500 |
commit | 8e4d9c1f61e02af6e1b9ebbe8c8f6eeaa7b8aac2 (patch) | |
tree | 5f11c5bdedd14e3147ef846df4136b2ace73b92f /src | |
parent | ffa299f99ea1c17599697ad76b527aef37a1b900 (diff) |
fix loading custom tray icons
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/pixmaps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/pixmaps.c b/src/fe-gtk/pixmaps.c index f1b39b02..e0e0a149 100644 --- a/src/fe-gtk/pixmaps.c +++ b/src/fe-gtk/pixmaps.c @@ -130,8 +130,8 @@ pixmaps_init (void) /* tray icons, with inlined defaults */ pix_tray_fileoffer = load_pixmap ("tray_fileoffer", png_tray_fileoffer, 1); - pix_tray_highlight = load_pixmap ("highlight", png_tray_highlight, 1); - pix_tray_message = load_pixmap ("message", png_tray_message, 1); + pix_tray_highlight = load_pixmap ("tray_highlight", png_tray_highlight, 1); + pix_tray_message = load_pixmap ("tray_message", png_tray_message, 1); #if 0 /* treeview icons, no defaults, load from disk only */ |