--- update-notifier-0.41.10-orig/src/update.c 2006-03-13 11:34:50.000000000 +0100 +++ update-notifier-0.41.10/src/update.c 2006-03-30 04:03:28.000000000 +0200 @@ -235,16 +235,12 @@ return FALSE; // now show a notification handle - NotifyNotification *n = notify_notification_new(_("New updates available\n"), - _("Click on the update icon" - " to see the available " + NotifyNotification *n = notify_notification_new(_("New updates available"), + _("Click on the update icon "+ "to see the available " "updates\n"), - NULL, + GTK_STOCK_DIALOG_INFO, ta->tray_icon); - GdkPixbuf* pix= gtk_icon_theme_load_icon(gtk_icon_theme_get_default(), - GTK_STOCK_DIALOG_INFO, 48,0,NULL); - notify_notification_set_icon_from_pixbuf (n, pix); - g_object_unref(pix); notify_notification_set_timeout (n, 60*1000); notify_notification_show(n, NULL); // save the notification handle