fix path to icon for notifications
This commit is contained in:
parent
a1eb937d09
commit
3915abc91e
|
@ -173,7 +173,7 @@ fe_tray_set_balloon (const char *title, const char *text)
|
||||||
notify_text = strip_color (text, -1, STRIP_ALL|STRIP_ESCMARKUP);
|
notify_text = strip_color (text, -1, STRIP_ALL|STRIP_ESCMARKUP);
|
||||||
notify_title = strip_color (title, -1, STRIP_ALL);
|
notify_title = strip_color (title, -1, STRIP_ALL);
|
||||||
|
|
||||||
notification = XC_NOTIFY_NEW (notify_title, notify_text, HEXCHATSHAREDIR "/pixmaps/hexchat.png", NULL);
|
notification = XC_NOTIFY_NEW (notify_title, notify_text, HEXCHATSHAREDIR "/icons/hicolor/scalable/apps/hexchat.svg", NULL);
|
||||||
|
|
||||||
g_free ((char *)notify_title);
|
g_free ((char *)notify_title);
|
||||||
g_free ((char *)notify_text);
|
g_free ((char *)notify_text);
|
||||||
|
|
Loading…
Reference in New Issue