[Galago-commits] r2820 - in trunk/libnotify: . libnotify
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sun Jun 4 16:12:34 PDT 2006
Author: chipx86
Date: 2006-06-04 16:12:30 -0700 (Sun, 04 Jun 2006)
New Revision: 2820
Modified:
trunk/libnotify/ChangeLog
trunk/libnotify/libnotify/notify.c
Log:
Set _initted to FALSE in notify_uninit(), so that notify_is_initted() won't return TRUE.
Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog 2006-06-02 22:58:39 UTC (rev 2819)
+++ trunk/libnotify/ChangeLog 2006-06-04 23:12:30 UTC (rev 2820)
@@ -1,3 +1,9 @@
+Sun Jun 04 16:12:05 PDT 2006 Christian Hammond <chipx86 at 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 at chipx86.com>
* AUTHORS:
Modified: trunk/libnotify/libnotify/notify.c
===================================================================
--- trunk/libnotify/libnotify/notify.c 2006-06-02 22:58:39 UTC (rev 2819)
+++ trunk/libnotify/libnotify/notify.c 2006-06-04 23:12:30 UTC (rev 2820)
@@ -115,6 +115,8 @@
notify_notification_close(n, NULL);
}
}
+
+ _initted = FALSE;
}
gboolean
More information about the galago-commits
mailing list