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:
parent
e6a9f0b27d
commit
85e21cf7b3
|
@ -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>
|
Sat Jul 03 12:14:48 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||||
|
|
||||||
* libnotify/notify.c:
|
* libnotify/notify.c:
|
||||||
|
|
|
@ -187,8 +187,10 @@ _notify_dbus_message_iter_append_app_info(DBusMessageIter *iter)
|
||||||
{
|
{
|
||||||
g_return_if_fail(iter != NULL);
|
g_return_if_fail(iter != NULL);
|
||||||
|
|
||||||
|
#if 0
|
||||||
dbus_message_iter_append_string(iter, _app_name);
|
dbus_message_iter_append_string(iter, _app_name);
|
||||||
dbus_message_iter_append_nil(iter); /* App Icon */
|
dbus_message_iter_append_nil(iter); /* App Icon */
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static DBusHandlerResult
|
static DBusHandlerResult
|
||||||
|
|
Loading…
Reference in New Issue