summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f022492)
raw | patch | inline | side by side (parent: f022492)
author | joncruz <joncruz@users.sourceforge.net> | |
Thu, 2 Apr 2009 05:21:06 +0000 (05:21 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Thu, 2 Apr 2009 05:21:06 +0000 (05:21 +0000) |
src/widgets/icon.cpp | patch | blob | history |
diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp
index 48ea1b457636b8614fa6f9493a263364d521a97a..ba1c395a523101594ae18c1a0ba726e9f2c5d449 100644 (file)
--- a/src/widgets/icon.cpp
+++ b/src/widgets/icon.cpp
}
}
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) {