mirror of https://github.com/GNOME/gimp.git
don't disconnect gimp_context_parent_notify() here. The signal will be
2003-11-19 Sven Neumann <sven@gimp.org> * app/core/gimpcontext.c (gimp_context_finalize): don't disconnect gimp_context_parent_notify() here. The signal will be disconnected automatically anyway.
This commit is contained in:
parent
41553a8bb7
commit
28cc547c1b
|
@ -1,3 +1,9 @@
|
|||
2003-11-19 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimpcontext.c (gimp_context_finalize): don't disconnect
|
||||
gimp_context_parent_notify() here. The signal will be disconnected
|
||||
automatically anyway.
|
||||
|
||||
2003-11-19 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/app_procs.c (app_run): register a log handler for the
|
||||
|
|
|
@ -813,9 +813,7 @@ gimp_context_finalize (GObject *object)
|
|||
{
|
||||
GimpContext *context = GIMP_CONTEXT (object);
|
||||
|
||||
if (context->parent)
|
||||
gimp_context_set_parent (context, NULL);
|
||||
|
||||
context->parent = NULL;
|
||||
context->image = NULL;
|
||||
context->display = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue