Set _initted to FALSE in notify_uninit(), so that notify_is_initted() won't return TRUE.
This commit is contained in:
parent
a70c8b7256
commit
51ecbc7a2b
|
@ -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>
|
Fri Jun 02 15:56:05 PDT 2006 Christian Hammond <chipx86@chipx86.com>
|
||||||
|
|
||||||
* AUTHORS:
|
* AUTHORS:
|
||||||
|
|
|
@ -115,6 +115,8 @@ notify_uninit(void)
|
||||||
notify_notification_close(n, NULL);
|
notify_notification_close(n, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_initted = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
|
|
Loading…
Reference in New Issue