--- exo-0.3.102/exo-mount-notify/main.c 2009-08-20 20:15:11.000000000 +0200 +++ exo-0.3.102/exo-mount-notify/main.c.new 2009-09-19 17:58:58.778733661 +0200 @@ -247,7 +247,7 @@ main (int argc, char **argv) g_signal_connect (G_OBJECT (notification), "closed", G_CALLBACK (gtk_main_quit), NULL); g_object_add_weak_pointer (G_OBJECT (notification), (gpointer) ¬ification); notify_notification_set_urgency (notification, NOTIFY_URGENCY_CRITICAL); - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER); + notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT); notify_notification_show (notification, NULL); g_free (message);