summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-08-04 22:40:31 +0000
committerJörg Mayer <jmayer@loplof.de>2011-08-04 22:40:31 +0000
commit84995def5fd5705ab34e7779a35163403d85a11f (patch)
treea3abba1e6a2afd7356420dd1df0057a5841f77fc
parenta6c39410ade6b9d51dd9a809123c2cb37445660f (diff)
downloadwireshark-84995def5fd5705ab34e7779a35163403d85a11f.tar.gz
Remove usage of GDK_DRAWABLE macro.
svn path=/trunk/; revision=38343
-rw-r--r--gtk/pixmap_save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/pixmap_save.c b/gtk/pixmap_save.c
index 71aaf5024c..741833b3a1 100644
--- a/gtk/pixmap_save.c
+++ b/gtk/pixmap_save.c
@@ -106,7 +106,7 @@ pixmap_save_cb(GtkWidget *w, gpointer pixmap_ptr _U_)
guint format_index = 0;
guint default_index = 0;
- pixbuf = gdk_pixbuf_get_from_drawable(NULL, GDK_DRAWABLE(pixmap), NULL,
+ pixbuf = gdk_pixbuf_get_from_drawable(NULL, pixmap, NULL,
0, 0, 0, 0, -1, -1);
if(!pixbuf) {