From 00cd1d5c3f45dfa4eef6aac45c74df2385bfb073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 14 May 2017 08:58:03 +0200 Subject: [PATCH] container: GtkActionBar is not a special container anymore --- gtk/gtkcontainer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 543d604477..81828d5029 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -59,7 +59,6 @@ * of forall(). */ #define SPECIAL_CONTAINER(x) (GTK_IS_ASSISTANT (x) || \ - GTK_IS_ACTION_BAR (x) || \ GTK_IS_POPOVER_MENU (x) || \ GTK_IS_SHORTCUTS_SECTION (x) || \ GTK_IS_SHORTCUTS_WINDOW (x))