[Galago-commits] r1964 - in trunk/libnotify: . libnotify
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Jun 20 00:58:09 PDT 2005
Author: chipx86
Date: 2005-06-20 00:58:00 -0700 (Mon, 20 Jun 2005)
New Revision: 1964
Modified:
trunk/libnotify/ChangeLog
trunk/libnotify/libnotify/notify.c
Log:
Close the right container in D-BUS 0.3x.
Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog 2005-06-20 07:44:17 UTC (rev 1963)
+++ trunk/libnotify/ChangeLog 2005-06-20 07:58:00 UTC (rev 1964)
@@ -1,3 +1,8 @@
+Mon Jun 20 04:53:29 PDT 2005 Christian Hammond <chipx86 at gnupdate.org>
+
+ * libnotify/notify.c:
+ - Close the right container in D-BUS 0.3x.
+
Mon Jun 20 02:49:27 PDT 2005 Christian Hammond <chipx86 at gnupdate.org>
* libnotify/Makefile.am:
Modified: trunk/libnotify/libnotify/notify.c
===================================================================
--- trunk/libnotify/libnotify/notify.c 2005-06-20 07:44:17 UTC (rev 1963)
+++ trunk/libnotify/libnotify/notify.c 2005-06-20 07:58:00 UTC (rev 1964)
@@ -757,7 +757,7 @@
g_hash_table_insert(table, &action->id, action);
}
- dbus_message_iter_close_container(&iter, &array_iter);
+ dbus_message_iter_close_container(&iter, &dict_iter);
/* Hints */
#if NOTIFY_CHECK_DBUS_VERSION(0, 30)
More information about the galago-commits
mailing list