505
505
gtk_status_icon_get_geometry(ta->tray_icon, NULL, &area, NULL);
507
506
// no usefull coordiante yet, do another timeout
508
507
if(area.x <= 0 || area.y <= 0 || area.width <= 0 || area.height <= 0)
514
514
_("Click on the notification icon"
515
515
" to show the available information.\n"),
519
519
pix = gtk_icon_theme_load_icon(gtk_icon_theme_get_default(),
520
520
GTK_STOCK_DIALOG_INFO, 48,0,NULL);