diff options
author | Julien BLACHE <jblache@debian.org> | 2007-11-22 11:42:18 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:42 +0000 |
commit | 95475333e13157b2a9b62c57be7c82d99e0c4460 (patch) | |
tree | 3726327549b591aba1510ff4e56317c12b276243 /src/xsane-gtk-1_x-compat.h | |
parent | 0db1f3318701235603f80455d7d1e5c1709e5eb1 (diff) | |
parent | 41b1173190f702693b0b4fd2654cf2dc28a447f4 (diff) |
Imported Debian patch 0.995-1debian/0.995-1
Diffstat (limited to 'src/xsane-gtk-1_x-compat.h')
-rw-r--r-- | src/xsane-gtk-1_x-compat.h | 2 |
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 |