diff options
Diffstat (limited to 'src/caja-image-properties-page.c')
-rw-r--r-- | src/caja-image-properties-page.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/caja-image-properties-page.c b/src/caja-image-properties-page.c index a5b5e0b5..aee7cb4f 100644 --- a/src/caja-image-properties-page.c +++ b/src/caja-image-properties-page.c @@ -46,6 +46,10 @@ #define LOAD_BUFFER_SIZE 8192 +#if GTK_CHECK_VERSION (3, 0, 0) +#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y) +#endif + struct CajaImagePropertiesPageDetails { GCancellable *cancellable; |