summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-10-30 22:24:10 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2012-10-30 22:27:53 +0100
commitcb8b7ec2d79adae9e5be0ae831d4d9ade627f22f (patch)
tree7e7b242db4a164f6b21ec583cadf035c460b7ea0 /gnome-base/gnome-settings-daemon/files
parentgnome-extra/gnome-packagekit: 3.4.2 → 3.6.0 (diff)
downloadgnome-cb8b7ec2d79adae9e5be0ae831d4d9ade627f22f.tar.gz
gnome-cb8b7ec2d79adae9e5be0ae831d4d9ade627f22f.tar.bz2
gnome-cb8b7ec2d79adae9e5be0ae831d4d9ade627f22f.zip
gnome-base/gnome-settings-daemon: 3.6.0-r1 → 3.6.1
Drop dconf varible env.d creation since it is handled by dconf ebuild.
Diffstat (limited to 'gnome-base/gnome-settings-daemon/files')
-rw-r--r--gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.6.0-crashfix.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.6.0-crashfix.patch b/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.6.0-crashfix.patch
deleted file mode 100644
index 3980fbd8..00000000
--- a/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.6.0-crashfix.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From dcfe290500e0d68a71f09e576e28c09f7572cef6 Mon Sep 17 00:00:00 2001
-From: Bastien Nocera <hadess@hadess.net>
-Date: Fri, 21 Sep 2012 11:46:34 +0000
-Subject: housekeeping: Don't crash on exit
-
-If a notification popup was shown, and then dismissed, notification
-wouldn't have been reset, and we would crash on exit trying to
-dismiss it.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=859383
-https://bugzilla.gnome.org/show_bug.cgi?id=684548
-
-Also includes 63b8c025d446b1a8d7c5fdee92d624dd604f3a24 (typo fix)
-
----
-diff --git a/plugins/housekeeping/gsd-disk-space.c b/plugins/housekeeping/gsd-disk-space.c
-index 4c6b3c5..51e4a8e 100644
---- a/plugins/housekeeping/gsd-disk-space.c
-+++ b/plugins/housekeeping/gsd-disk-space.c
-@@ -294,6 +294,7 @@ static void
- on_notification_closed (NotifyNotification *notification)
- {
- g_object_unref (notification);
-+ notification = NULL;
- }
-
- static gboolean
---
-cgit v0.9.0.2