21
21
show_notification (TrayApplet *ta)
31
27
gtk_status_icon_get_geometry(ta->tray_icon, NULL, &area, NULL);
33
29
// no usefull coordiante yet, do another timeout
34
30
if(area.x <= 0 || area.y <= 0 || area.width <= 0 || area.height <= 0)
37
37
/* Create and show the notification */
39
40
_("To complete the update of your system, "
40
41
"restart your system.\n\n"
41
42
"Click on the notification icon to "
43
44
GTK_STOCK_DIALOG_WARNING,
45
46
notify_notification_set_timeout (n, 60000);
46
47
notify_notification_show (n, NULL);
47
48
g_object_set_data (G_OBJECT(ta->tray_icon), "notification", n);