aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-04 22:40:31 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-04 22:40:31 +0000
commit66389aacbbfc00ac79bb9024045631dc14cd4b11 (patch)
treea3abba1e6a2afd7356420dd1df0057a5841f77fc /gtk
parent2bbf2c9442c73a24d3e14f4f5d2c45ddd766efa1 (diff)
Remove usage of GDK_DRAWABLE macro.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38343 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-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) {