[gnome-settings-daemon/gnome-3-4] housekeeping: Really don't crash on exit
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/gnome-3-4] housekeeping: Really don't crash on exit
- Date: Mon, 1 Oct 2012 10:23:53 +0000 (UTC)
commit 23d3ee501d109d19a07709f6ed41ab8e564bc982
Author: Pavel Vasin <rat4vier gmail com>
Date: Sun Sep 30 13:56:56 2012 +0400
housekeeping: Really don't crash on exit
Function arg "notification" shadowed global var "notification"
https://bugzilla.gnome.org/show_bug.cgi?id=685133
plugins/housekeeping/gsd-disk-space.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/housekeeping/gsd-disk-space.c b/plugins/housekeeping/gsd-disk-space.c
index 88cda64..4896eb5 100644
--- a/plugins/housekeeping/gsd-disk-space.c
+++ b/plugins/housekeeping/gsd-disk-space.c
@@ -290,7 +290,7 @@ empty_trash_callback (NotifyNotification *n,
}
static void
-on_notification_closed (NotifyNotification *notification)
+on_notification_closed (NotifyNotification *n)
{
g_object_unref (notification);
notification = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]