summaryrefslogtreecommitdiffstats
path: root/net/vino/files/patch-server_vino-status-tube-icon.c
blob: 36ccd04f74c79f6a0a5fade1671e1414d4234482 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- server/vino-status-tube-icon.c.orig 2011-03-07 09:46:02.000000000 +0100
+++ server/vino-status-tube-icon.c  2011-03-07 09:46:32.000000000 +0100
@@ -405,8 +405,7 @@ vino_status_tube_icon_show_notif (VinoSt
       filename = "stock_person";
 
   icon->priv->new_client_notification =
-      notify_notification_new_with_status_icon (summary, body,
-      filename, GTK_STATUS_ICON (icon));
+      notify_notification_new (summary, body, filename);
 
   notify_notification_set_timeout (icon->priv->new_client_notification,
       NOTIFICATION_TIMEOUT * 1000);