Fix the key type for the dictionary for hints on D-BUS 0.3x. The notification-daemon side is still broken in this regard.

This commit is contained in:
Christian Hammond 2005-07-17 01:29:30 +00:00
parent 55d6f9dfcc
commit 057751cc69
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Sat Jul 16 02:53:06 PDT 2005 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.c:
- Fix the key type for the dictionary for hints on D-BUS 0.3x. The
notification-daemon side is still broken in this regard.
Sat Jul 16 02:51:42 PDT 2005 Christian Hammond <chipx86@gnupdate.org>
* libnotify/dbus-compat.h:

View File

@ -833,7 +833,7 @@ notify_send_notification_varg(NotifyHandle *replaces, const char *type,
#if NOTIFY_CHECK_DBUS_VERSION(0, 30)
dbus_message_iter_open_container(&iter, DBUS_TYPE_ARRAY,
DBUS_DICT_ENTRY_BEGIN_CHAR_AS_STRING
DBUS_TYPE_UINT32_AS_STRING
DBUS_TYPE_STRING_AS_STRING
DBUS_TYPE_STRING_AS_STRING
DBUS_DICT_ENTRY_END_CHAR_AS_STRING,
&dict_iter);