summaryrefslogtreecommitdiff
path: root/src/xsane-gtk-1_x-compat.h
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:39 +0000
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:39 +0000
commit41b1173190f702693b0b4fd2654cf2dc28a447f4 (patch)
tree03825cd0624f27ab545f8055bdd50db5d567f950 /src/xsane-gtk-1_x-compat.h
parent1083fdcdb608210a42e00fc6819a6d5ce5996b2a (diff)
Imported Upstream version 0.995upstream/0.995
Diffstat (limited to 'src/xsane-gtk-1_x-compat.h')
-rw-r--r--src/xsane-gtk-1_x-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsane-gtk-1_x-compat.h b/src/xsane-gtk-1_x-compat.h
index fea9c18..91be708 100644
--- a/src/xsane-gtk-1_x-compat.h
+++ b/src/xsane-gtk-1_x-compat.h
@@ -64,5 +64,5 @@
gtk_window_set_policy(widget, FALSE, resizable, FALSE)
# define gtk_image_new_from_pixmap(pixmap, mask) \
gtk_pixmap_new(pixmap, mask)
-# define gtk_progress_bar_set_ellipsize() /* empty */
+# define gtk_progress_bar_set_ellipsize(pbar, mode) /* empty */
#endif