summaryrefslogtreecommitdiff
path: root/parches/gpm-manager.patch
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-03-08 12:48:04 +0100
committerStefano Karapetsas <[email protected]>2013-03-08 12:48:04 +0100
commit6473c03e61c3d9f7da865f83b4bd142f237c817b (patch)
tree3f4db2f193fe086608a56ee84e00c639a37d44fa /parches/gpm-manager.patch
parentbc3f344e197af0334e5dcce6f7d61dab0ccf9ec0 (diff)
downloadmate-power-manager-6473c03e61c3d9f7da865f83b4bd142f237c817b.tar.bz2
mate-power-manager-6473c03e61c3d9f7da865f83b4bd142f237c817b.tar.xz
Rename 'parches' to 'patches'
Closes https://github.com/mate-desktop/mate-power-manager/issues/48
Diffstat (limited to 'parches/gpm-manager.patch')
-rw-r--r--parches/gpm-manager.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/parches/gpm-manager.patch b/parches/gpm-manager.patch
deleted file mode 100644
index 499ed5e..0000000
--- a/parches/gpm-manager.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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);