From 6331ca86f104ea2e8522b3ea9e87187d8f4942b1 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Mon, 20 Feb 2006 22:29:35 +0000 Subject: [PATCH] Increased message timeout --- gnoemoe/widgets/gm-tray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnoemoe/widgets/gm-tray.c b/gnoemoe/widgets/gm-tray.c index cab1165..6082846 100644 --- a/gnoemoe/widgets/gm-tray.c +++ b/gnoemoe/widgets/gm-tray.c @@ -168,7 +168,7 @@ gm_tray_set_icon(GmTray *tray, GmTrayState state, GdkPixbuf *icon) { void gm_tray_message(GmTray *tray, gchar const *message) { - egg_tray_icon_send_message(EGG_TRAY_ICON(tray), 2000, message, + egg_tray_icon_send_message(EGG_TRAY_ICON(tray), 5000, message, g_utf8_strlen(message, -1)); }