Close the right container in D-BUS 0.3x.
This commit is contained in:
parent
9802bab2b4
commit
7b16a860ff
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Jun 20 04:53:29 PDT 2005 Christian Hammond <chipx86@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@gnupdate.org>
|
Mon Jun 20 02:49:27 PDT 2005 Christian Hammond <chipx86@gnupdate.org>
|
||||||
|
|
||||||
* libnotify/Makefile.am:
|
* libnotify/Makefile.am:
|
||||||
|
|
|
@ -757,7 +757,7 @@ notify_send_notification_varg(NotifyHandle *replaces, const char *type,
|
||||||
g_hash_table_insert(table, &action->id, action);
|
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 */
|
/* Hints */
|
||||||
#if NOTIFY_CHECK_DBUS_VERSION(0, 30)
|
#if NOTIFY_CHECK_DBUS_VERSION(0, 30)
|
||||||
|
|
Loading…
Reference in New Issue