diff options
author | Michael Natterer <mitch@imendio.com> | 2008-06-17 21:00:28 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-06-17 21:00:28 +0000 |
commit | 1333ad2ce4bd541815ef503781b56b910d6a9d8b (patch) | |
tree | 8c529bec45bf5e9434d9a62e8db07dcebbc1807d /modules/other/gail/gailtoplevel.c | |
parent | 554e1eec70ae86a7cd5b122b4f9adaad0ceb9e48 (diff) | |
download | gtk+-1333ad2ce4bd541815ef503781b56b910d6a9d8b.tar.gz |
gail.c s/gtk_type_class/g_type_class_ref/
2008-06-17 Michael Natterer <mitch@imendio.com>
* gail.c
* gailtoplevel.c: s/gtk_type_class/g_type_class_ref/
* Makefile.am: add GDK_DISABLE_DEPRECATED to CPPFLAGS.
svn path=/trunk/; revision=20437
Diffstat (limited to 'modules/other/gail/gailtoplevel.c')
-rw-r--r-- | modules/other/gail/gailtoplevel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/other/gail/gailtoplevel.c b/modules/other/gail/gailtoplevel.c index 0284a9df5b..5d793e061c 100644 --- a/modules/other/gail/gailtoplevel.c +++ b/modules/other/gail/gailtoplevel.c @@ -110,7 +110,7 @@ gail_toplevel_init (GailToplevel *toplevel) } } - gtk_type_class (GTK_TYPE_WINDOW); + g_type_class_ref (GTK_TYPE_WINDOW); signal_id = g_signal_lookup ("show", GTK_TYPE_WINDOW); g_signal_add_emission_hook (signal_id, 0, |