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:
Sven Neumann 2003-11-19 01:02:19 +00:00 committed by Sven Neumann
parent 41553a8bb7
commit 28cc547c1b
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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;