Abort if the object is already destroyed
2001-09-22 Bradford Hovinen <hovinen@ximian.com> * bonobo-config-archiver.c (notify_listeners): Abort if the object is already destroyed
This commit is contained in:
parent
c8b405679c
commit
43b6559753
2 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-09-22 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* bonobo-config-archiver.c (notify_listeners): Abort if the object
|
||||
is already destroyed
|
||||
|
||||
2001-09-07 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* archiver-client.c (location_client_store_xml): Make backend_id
|
||||
|
|
|
@ -239,6 +239,9 @@ notify_listeners (BonoboConfigArchiver *archiver_db,
|
|||
char *leaf_name;
|
||||
char *ename;
|
||||
|
||||
if (GTK_OBJECT_DESTROYED (archiver_db))
|
||||
return;
|
||||
|
||||
if (!key)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue