mirror of https://github.com/GNOME/gimp.git
app: remove weak ref to action_factory in GimpMenuFactory
This commit is contained in:
parent
91fceebb1d
commit
3d5ea2eeb2
|
@ -120,8 +120,6 @@ gimp_menu_factory_new (Gimp *gimp,
|
|||
|
||||
factory->p->gimp = gimp;
|
||||
factory->p->action_factory = action_factory;
|
||||
g_object_add_weak_pointer (G_OBJECT (action_factory),
|
||||
(gpointer *) &factory->p->action_factory);
|
||||
|
||||
return factory;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue