diff options
author | Martin Wimpress <[email protected]> | 2015-07-03 00:14:17 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-07-03 00:14:17 +0100 |
commit | f5671d635bc8df20ed2ca025db10d23f515c08dc (patch) | |
tree | 63746e9067bfc74ad419ed48da2686c7e380ad6a | |
parent | 55c56c6dc2e67ad244f2afde77343b0ee83aeea3 (diff) | |
parent | 2427f9390ae04eb9e616797628e33c8ff8a50859 (diff) | |
download | mate-power-manager-f5671d635bc8df20ed2ca025db10d23f515c08dc.tar.bz2 mate-power-manager-f5671d635bc8df20ed2ca025db10d23f515c08dc.tar.xz |
Merge pull request #152 from pudh4418/remove-patch-file
Remove obsolete patch file
-rw-r--r-- | patches/gpm-manager.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/gpm-manager.patch b/patches/gpm-manager.patch deleted file mode 100644 index 499ed5e..0000000 --- a/patches/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); |