Don't make IDs of 0 bad. They just want to be loved, too.

This commit is contained in:
Christian Hammond 2004-07-04 21:34:41 +00:00
parent db56d94133
commit 62c4728327
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Sun Jul 04 14:32:46 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.c:
- Don't make IDs of 0 bad. They just want to be loved, too.
Sun Jul 04 14:08:59 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.c:

View File

@ -97,8 +97,6 @@ _notify_handle_new(guint32 id)
{
NotifyHandle *handle;
g_return_val_if_fail(id > 0, NULL);
handle = g_new0(NotifyHandle, 1);
handle->id = id;