Set _initted to FALSE in notify_uninit(), so that notify_is_initted() won't return TRUE.

This commit is contained in:
Christian Hammond 2006-06-04 23:12:30 +00:00
parent a70c8b7256
commit 51ecbc7a2b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Sun Jun 04 16:12:05 PDT 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/notify.c:
- Set _initted to FALSE in notify_uninit(), so that notify_is_initted()
won't return TRUE.
Fri Jun 02 15:56:05 PDT 2006 Christian Hammond <chipx86@chipx86.com>
* AUTHORS:

View File

@ -115,6 +115,8 @@ notify_uninit(void)
notify_notification_close(n, NULL);
}
}
_initted = FALSE;
}
gboolean