diff --git a/ChangeLog b/ChangeLog index d8ba59e..88dddf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jul 16 02:53:06 PDT 2005 Christian Hammond + + * 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 * libnotify/dbus-compat.h: diff --git a/libnotify/notify.c b/libnotify/notify.c index e9468d2..59bfef8 100644 --- a/libnotify/notify.c +++ b/libnotify/notify.c @@ -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);