From fe61bf1eb4f2758636a3c065686a833eb412df25 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Tue, 23 Aug 2011 18:39:19 +0000 Subject: Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed. --- .../gnome-power-manager/files/patch-src_gpm-manager.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sysutils/gnome-power-manager/files/patch-src_gpm-manager.c (limited to 'sysutils/gnome-power-manager/files') diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-manager.c b/sysutils/gnome-power-manager/files/patch-src_gpm-manager.c new file mode 100644 index 000000000000..a71c447da691 --- /dev/null +++ b/sysutils/gnome-power-manager/files/patch-src_gpm-manager.c @@ -0,0 +1,15 @@ +--- src/gpm-manager.c.orig 2011-03-07 12:49:54.000000000 +0100 ++++ src/gpm-manager.c 2011-03-07 12:51:08.000000000 +0100 +@@ -481,11 +481,7 @@ gpm_manager_notify (GpmManager *manager, + gpm_manager_notify_close (manager, *notification_class); + + /* 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); +- 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); -- cgit v1.2.3