sink the GtkPreview created for the splash.
2001-11-21 Sven Neumann <sven@gimp.org> * app/gui/splash.c: sink the GtkPreview created for the splash. * libgimpwidgets/gimphelpui.c: ref and sink the tooltips on creation.
This commit is contained in:
committed by
Sven Neumann
parent
d2f566a95a
commit
aa1d33554a
@ -73,6 +73,10 @@ void
|
||||
gimp_help_init (void)
|
||||
{
|
||||
tool_tips = gtk_tooltips_new ();
|
||||
|
||||
/* take ownership of the tooltips */
|
||||
g_object_ref (G_OBJECT (tool_tips));
|
||||
gtk_object_sink (GTK_OBJECT (tool_tips));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user