Increased message timeout

This commit is contained in:
Jesse van den Kieboom 2006-02-20 22:29:35 +00:00
parent 541f2122aa
commit 6331ca86f1
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}