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:
parent
55d6f9dfcc
commit
057751cc69
|
@ -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:
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue