Another bunch of rebranding stuff

This commit is contained in:
Berke Viktor
2012-07-13 18:04:00 +02:00
parent ea2c58c234
commit 16d32fdeda
22 changed files with 76 additions and 73 deletions

View File

@@ -162,7 +162,7 @@ fe_tray_set_balloon (const char *title, const char *text)
notify_text = strip_color (text, -1, STRIP_ALL|STRIP_ESCMARKUP);
notify_title = strip_color (title, -1, STRIP_ALL);
notification = XC_NOTIFY_NEW (notify_title, notify_text, XCHATSHAREDIR"/pixmaps/xchat.png", NULL);
notification = XC_NOTIFY_NEW (notify_title, notify_text, HEXCHATSHAREDIR"/pixmaps/hexchat.png", NULL);
g_free ((char *)notify_title);
g_free ((char *)notify_text);