diff options
Diffstat (limited to 'net/vino/files/patch-server_vino-status-icon.c')
-rw-r--r-- | net/vino/files/patch-server_vino-status-icon.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/vino/files/patch-server_vino-status-icon.c b/net/vino/files/patch-server_vino-status-icon.c new file mode 100644 index 000000000..f32697d7d --- /dev/null +++ b/net/vino/files/patch-server_vino-status-icon.c @@ -0,0 +1,16 @@ +--- server/vino-status-icon.c.orig 2011-03-07 09:37:18.000000000 +0100 ++++ server/vino-status-icon.c 2011-03-07 09:45:10.000000000 +0100 +@@ -622,10 +622,9 @@ vino_status_icon_show_new_client_notific + } + + icon->priv->new_client_notification = +- notify_notification_new_with_status_icon (summary, +- body, +- "preferences-desktop-remote-desktop", +- GTK_STATUS_ICON (icon)); ++ notify_notification_new (summary, ++ body, ++ "preferences-desktop-remote-desktop"); + + g_free (body); + |