From 85e21cf7b39ad3ce21a198b7f3984313b123c051 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Sat, 3 Jul 2004 19:21:57 +0000 Subject: [PATCH] Remove the application info sent on calls to Notify for now, until/if something gets added to the spec about it. --- ChangeLog | 6 ++++++ libnotify/notify.c | 2 ++ 2 files changed, 8 insertions(+) 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