diff options
Diffstat (limited to 'src/xsane-gtk-1_x-compat.h')
-rw-r--r-- | src/xsane-gtk-1_x-compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xsane-gtk-1_x-compat.h b/src/xsane-gtk-1_x-compat.h index 1653c33..fea9c18 100644 --- a/src/xsane-gtk-1_x-compat.h +++ b/src/xsane-gtk-1_x-compat.h @@ -3,7 +3,7 @@ xsane-gtk-1_x-compat.h Oliver Rauch <Oliver.Rauch@rauch-domain.de> - Copyright (C) 2002-2005 Oliver Rauch + Copyright (C) 2002-2007 Oliver Rauch This file is part of the XSANE package. This program is free software; you can redistribute it and/or modify @@ -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 */ #endif |