Remove the application info sent on calls to Notify for now, until/if something gets added to the spec about it.

This commit is contained in:
Christian Hammond 2004-07-03 19:21:57 +00:00
parent e6a9f0b27d
commit 85e21cf7b3
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Sat Jul 03 12:21:05 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
* 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 <chipx86@gnupdate.org>
* libnotify/notify.c:

View File

@ -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