diff --git a/ChangeLog b/ChangeLog index 94c306b..341496a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jul 03 12:21:05 PDT 2004 Christian Hammond + + * libnotify/notify.c: + - Remove the application info sent on calls to Notify for now, + until/if something gets added to the spec about it. + Sat Jul 03 12:14:48 PDT 2004 Christian Hammond * libnotify/notify.c: diff --git a/libnotify/notify.c b/libnotify/notify.c index e1bef07..2a565bf 100644 --- a/libnotify/notify.c +++ b/libnotify/notify.c @@ -187,8 +187,10 @@ _notify_dbus_message_iter_append_app_info(DBusMessageIter *iter) { g_return_if_fail(iter != NULL); +#if 0 dbus_message_iter_append_string(iter, _app_name); dbus_message_iter_append_nil(iter); /* App Icon */ +#endif } static DBusHandlerResult