summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2006-06-04 23:12:30 +0000
committerChristian Hammond <chipx86@chipx86.com>2006-06-04 23:12:30 +0000
commit51ecbc7a2bf0e1b191d3b8198cff750fe7c64565 (patch)
tree65bb3b0d1a7c7d869a4c44b5114a826276418fac
parenta70c8b7256510b2001514a5f6df92f36f24d284a (diff)
downloadlibnotify-51ecbc7a2bf0e1b191d3b8198cff750fe7c64565.tar.gz
Set _initted to FALSE in notify_uninit(), so that notify_is_initted() won't return TRUE.
-rw-r--r--ChangeLog6
-rw-r--r--libnotify/notify.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f635bb3..d59a7ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/libnotify/notify.c b/libnotify/notify.c
index ea144cf..4595096 100644
--- a/libnotify/notify.c
+++ b/libnotify/notify.c
@@ -115,6 +115,8 @@ notify_uninit(void)
notify_notification_close(n, NULL);
}
}
+
+ _initted = FALSE;
}
gboolean