fix loading custom tray icons

This commit is contained in:
TingPing 2012-12-06 00:11:50 -05:00
parent ffa299f99e
commit 8e4d9c1f61
1 changed files with 2 additions and 2 deletions

View File

@ -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 */