diff options
Diffstat (limited to 'src/widgets/icon.cpp')
| -rw-r--r-- | src/widgets/icon.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp index 48ea1b457..ba1c395a5 100644 --- a/src/widgets/icon.cpp +++ b/src/widgets/icon.cpp @@ -988,7 +988,9 @@ bool prerender_icon(gchar const *name, GtkIconSize lsize, unsigned psize) } } else if (dump) { - g_message("prerender_icon [%s] %d NOT!!!!!!", name, psize); + gint width = gdk_pixbuf_get_width(pb); + gint height = gdk_pixbuf_get_height(pb); + g_message("prerender_icon [%s] %d NOT!!!!!! (%d, %d)", name, psize, width, height); } if (pb) { |
