mirror of
https://github.com/brl/mutter.git
synced 2025-07-03 17:46:31 +00:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user