diff options
author | Johan Dahlin <johan@gnome.org> | 2007-12-28 10:36:07 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2007-12-28 10:36:07 +0000 |
commit | f3ec3ddac210d972a612bb99f793b36c6300ba60 (patch) | |
tree | e0e1f0312e98d8f4b2e4a5ecd331fe1845aef338 /tests | |
parent | c32421418a398e9218d4fea7afc58842245d4ca1 (diff) | |
download | gtk+-f3ec3ddac210d972a612bb99f793b36c6300ba60.tar.gz |
Chain up. This makes it possible to have accelerators tags on GtkDialog
2007-12-28 Johan Dahlin <johan@gnome.org>
* gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished)
(gtk_dialog_buildable_custom_tag_start): Chain up.
This makes it possible to have accelerators tags on GtkDialog
subclasses.
svn path=/trunk/; revision=19268
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildertest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/buildertest.c b/tests/buildertest.c index 2b79b334a4..3ee6b91634 100644 --- a/tests/buildertest.c +++ b/tests/buildertest.c @@ -1758,6 +1758,7 @@ test_file (const gchar *filename) g_object_unref (builder); builder = NULL; + } int |