connect the destroy signal of images to lc_dialog_update_cb

* app/layers_dialog.c: connect the destroy signal of images to
 	lc_dialog_update_cb
This commit is contained in:
jaycox 1999-01-20 10:59:20 +00:00
parent 99c0d4a1eb
commit c6895a2103
3 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1999-01-20 Jay Cox <jaycox@earthlink.net>
* app/layers_dialog.c: connect the destroy signal of images to
lc_dialog_update_cb
1999-01-19 Jay Cox <jaycox@earthlink.net>
* app/brush_select.c: make the edit button active if the default

View file

@ -894,6 +894,10 @@ layers_dialog_update (GimpImage* gimage)
if (item_list)
gtk_list_insert_items (GTK_LIST (layersD->layer_list), item_list, 0);
gtk_signal_connect (GIMP_OBJECT (gimage),
"destroy",
GTK_SIGNAL_FUNC (lc_dialog_update_cb),
NULL);
suspend_gimage_notify--;
}

View file

@ -894,6 +894,10 @@ layers_dialog_update (GimpImage* gimage)
if (item_list)
gtk_list_insert_items (GTK_LIST (layersD->layer_list), item_list, 0);
gtk_signal_connect (GIMP_OBJECT (gimage),
"destroy",
GTK_SIGNAL_FUNC (lc_dialog_update_cb),
NULL);
suspend_gimage_notify--;
}