diff options
Diffstat (limited to 'src/eom-statusbar.h')
-rw-r--r-- | src/eom-statusbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eom-statusbar.h b/src/eom-statusbar.h index 5258127..cf263d4 100644 --- a/src/eom-statusbar.h +++ b/src/eom-statusbar.h @@ -63,8 +63,10 @@ void eom_statusbar_set_image_number (EomStatusbar *statusbar, void eom_statusbar_set_progress (EomStatusbar *statusbar, gdouble progress); +#if !GTK_CHECK_VERSION(3, 0, 0) void eom_statusbar_set_has_resize_grip (EomStatusbar *statusbar, gboolean has_resize_grip); +#endif G_END_DECLS |