Remove deprecated GTK symbols

http://bugzilla.gnome.org/show_bug.cgi?id=587991

(adapted from metacity commit 3f76affbd2,
original patch by Thomas Andersen)
This commit is contained in:
Tomas Frydrych
2009-08-04 09:17:20 +01:00
parent e985bf0e7a
commit ff9400abde
15 changed files with 48 additions and 48 deletions

View File

@ -109,7 +109,8 @@ normal_contents (void)
/* Set up item factory to go away */
g_object_ref (item_factory);
gtk_object_sink (GTK_OBJECT (item_factory));
g_object_ref_sink (item_factory);
g_object_unref (item_factory);
g_object_set_data_full (G_OBJECT (table),
"<main>",
item_factory,