mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
Revert e64aa93f8
This commit is contained in:
parent
e64aa93f85
commit
b1b6255f38
@ -181,7 +181,6 @@ fe_tray_set_balloon (const char *title, const char *text)
|
|||||||
|
|
||||||
#ifdef USE_LIBNOTIFY
|
#ifdef USE_LIBNOTIFY
|
||||||
static int notify_text_strip_flags = STRIP_ALL;
|
static int notify_text_strip_flags = STRIP_ALL;
|
||||||
static gboolean notify_persistant = FALSE;
|
|
||||||
NotifyNotification *notification;
|
NotifyNotification *notification;
|
||||||
char *notify_text, *notify_title;
|
char *notify_text, *notify_title;
|
||||||
|
|
||||||
@ -194,10 +193,6 @@ fe_tray_set_balloon (const char *title, const char *text)
|
|||||||
{
|
{
|
||||||
notify_text_strip_flags |= STRIP_ESCMARKUP;
|
notify_text_strip_flags |= STRIP_ESCMARKUP;
|
||||||
}
|
}
|
||||||
if (g_list_find_custom (server_caps, "persistance", (GCompareFunc)strcmp))
|
|
||||||
{
|
|
||||||
notify_persistant = TRUE;
|
|
||||||
}
|
|
||||||
g_list_free_full (server_caps, g_free);
|
g_list_free_full (server_caps, g_free);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -208,9 +203,6 @@ fe_tray_set_balloon (const char *title, const char *text)
|
|||||||
|
|
||||||
#if NOTIFY_CHECK_VERSION(0,7,0)
|
#if NOTIFY_CHECK_VERSION(0,7,0)
|
||||||
notify_notification_set_hint (notification, "desktop-entry", g_variant_new_string ("hexchat"));
|
notify_notification_set_hint (notification, "desktop-entry", g_variant_new_string ("hexchat"));
|
||||||
|
|
||||||
if (notify_persistant && !prefs.hex_gui_tray)
|
|
||||||
notify_notification_set_hint (notification, "persistant", g_variant_new_boolean (TRUE));
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
g_free ((char *)notify_title);
|
g_free ((char *)notify_title);
|
||||||
|
Loading…
Reference in New Issue
Block a user