diff options
author | Timm Bäder <mail@baedert.org> | 2017-05-14 08:58:03 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:13 -0400 |
commit | f1c1e52eeafa26716edfe8f131566c593984c8df (patch) | |
tree | 11d8d1729172ec44d7698cb3472ec098ce23d8bb /gtk/gtkcontainer.c | |
parent | 2d29183aa898570d74c58d67d2d8283281dc9c98 (diff) | |
download | gtk+-f1c1e52eeafa26716edfe8f131566c593984c8df.tar.gz |
container: GtkActionBar is not a special container anymore
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |