From 0ea8ddb0d7f34a22da6467fb4688b321735c601d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 1 Sep 2015 20:06:15 +0200 Subject: Gtk3: Remove deprecated GtkVBox/GtkHBox usage The GtkHBox and GtkVBox have been deprecated by now. Also be consistent with the other properties declarations and use PROP_0 instead of PROP = 1. taken from: https://git.gnome.org/browse/eog/commit/?id=81cb068 --- src/eom-print-preview.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/eom-print-preview.c') diff --git a/src/eom-print-preview.c b/src/eom-print-preview.c index a985a7f..0f5f484 100644 --- a/src/eom-print-preview.c +++ b/src/eom-print-preview.c @@ -83,7 +83,8 @@ enum { static guint preview_signals [SIGNAL_LAST] = { 0 }; enum { - PROP_IMAGE = 1, + PROP_0, + PROP_IMAGE, PROP_IMAGE_X_ALIGN, PROP_IMAGE_Y_ALIGN, PROP_IMAGE_SCALE, -- cgit v1.2.1