summaryrefslogtreecommitdiff
path: root/patches/gpm-manager.patch
blob: 499ed5eed2b5b715653ccb4379c109de92f986d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/src/gpm-manager.c	2010-09-22 06:02:17.000000000 -0500
+++ b/src/gpm-manager.c	2011-06-04 21:40:15.068151487 -0500
@@ -483,9 +483,9 @@
 	/* if the status icon is hidden, don't point at it */
 	if (manager->priv->status_icon != NULL &&
 	    gtk_status_icon_is_embedded (manager->priv->status_icon))
-		notification = notify_notification_new_with_status_icon (title, message, icon, manager->priv->status_icon);
+		notification = notify_notification_new /*notify_notification_new_with_status_icon*/ (title, message, icon);/*, manager->priv->status_icon);*/
 	else
-		notification = notify_notification_new (title, message, icon, NULL);
+		notification = notify_notification_new (title, message, icon);
 	notify_notification_set_timeout (notification, timeout);
 	notify_notification_set_urgency (notification, urgency);
 	g_signal_connect (notification, "closed", G_CALLBACK (gpm_manager_notification_closed_cb), notification_class);