! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
orage clock preference image won't display
Status:
CLOSED: INVALID
Component:
clock-plugin

Comments

Description lh 2009-05-11 08:47:37 CEST
xsession-error:

(orageclock:5114): Gtk-WARNING **: Error loading theme icon 'gtk-dialog-info' for stock: 

but i can find gtk-dialog-info in my icon theme.

and if i change the source it will be fine:

--- panel-plugin/oc_config.c.orig	2009-05-11 16:34:40.954704667 +0800
+++ panel-plugin/oc_config.c	2009-05-11 16:34:57.214000012 +0800
@@ -400,7 +400,7 @@
     hbox = gtk_hbox_new(FALSE, 0);
     gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dlg)->vbox), hbox, FALSE, FALSE, 6);
 
-    image = gtk_image_new_from_stock(GTK_STOCK_DIALOG_INFO, GTK_ICON_SIZE_DND);
+    image = gtk_image_new_from_stock(GTK_STOCK_DIALOG_INFO, GTK_ICON_SIZE_DIALOG);
     gtk_misc_set_alignment(GTK_MISC(image), 0.5f, 0.0f);
     gtk_box_pack_start(GTK_BOX(hbox), image, FALSE, FALSE, 0);
Comment 1 juha editbugs 2009-05-11 11:15:05 CEST
Strange. I can not reproduce this. Perhaps some icon themes do not have all
sizes. Anyway, probably DIALOG size is more common than DND and as it works
equally well, I have no problems in changing this.
Comment 2 lh 2009-05-11 12:40:35 CEST
i am so sorry, after i tried many times, i find it's because the 32x32/status/gtk-dialog-info image file is broken. just this one. and others are all fine.

that's why "dialog" size one is OK, because its size is 48x48

thanks for notice this. sorry again ;)
Comment 3 juha editbugs 2009-05-11 13:04:09 CEST
np. closing this as non bug

Bug #5350

Reported by:
lh
Reported on: 2009-05-11
Last modified on: 2009-05-11

People

CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information