diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-11 12:55:19 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-11 12:55:19 +0100 |
commit | 51175189c6d7313a3b84019e39496f957c4e6164 (patch) | |
tree | e4c2c130fa3140bca28685ef900f04a012e53dcd /parches/gpm-manager.patch | |
download | mate-power-manager-51175189c6d7313a3b84019e39496f957c4e6164.tar.bz2 mate-power-manager-51175189c6d7313a3b84019e39496f957c4e6164.tar.xz |
moved from Mate-Extra
Diffstat (limited to 'parches/gpm-manager.patch')
-rw-r--r-- | parches/gpm-manager.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/parches/gpm-manager.patch b/parches/gpm-manager.patch new file mode 100644 index 0000000..499ed5e --- /dev/null +++ b/parches/gpm-manager.patch @@ -0,0 +1,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); |