From 0e32e29fcc1dfda6b8764c7a7fda11aa9830065e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 7 Aug 2018 22:41:45 +0200 Subject: Change GTK_CHECK_VERSION to match next gtk+ release --- applets/notification_area/system-tray/na-tray-child.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applets/notification_area') diff --git a/applets/notification_area/system-tray/na-tray-child.c b/applets/notification_area/system-tray/na-tray-child.c index ded740ad..047ce517 100644 --- a/applets/notification_area/system-tray/na-tray-child.c +++ b/applets/notification_area/system-tray/na-tray-child.c @@ -115,7 +115,7 @@ na_tray_child_style_set (GtkWidget *widget, */ } -#if !GTK_CHECK_VERSION (3, 22, 31) +#if !GTK_CHECK_VERSION (3, 23, 0) static void na_tray_child_get_preferred_width (GtkWidget *widget, gint *minimal_width, @@ -384,7 +384,7 @@ na_tray_child_class_init (NaTrayChildClass *klass) widget_class->style_set = na_tray_child_style_set; widget_class->realize = na_tray_child_realize; -#if !GTK_CHECK_VERSION (3, 22, 31) +#if !GTK_CHECK_VERSION (3, 23, 0) widget_class->get_preferred_width = na_tray_child_get_preferred_width; widget_class->get_preferred_height = na_tray_child_get_preferred_height; #endif -- cgit v1.2.1