[gnome-photos] indexing-notification: Style fix
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] indexing-notification: Style fix
- Date: Fri, 1 Apr 2016 22:24:51 +0000 (UTC)
commit 8367d22431011595b80bca6b20872d8a3b0b10c2
Author: Debarshi Ray <debarshir gnome org>
Date: Sat Apr 2 00:22:33 2016 +0200
indexing-notification: Style fix
src/photos-indexing-notification.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-indexing-notification.c b/src/photos-indexing-notification.c
index 50df4ba..c7bbcc7 100644
--- a/src/photos-indexing-notification.c
+++ b/src/photos-indexing-notification.c
@@ -214,9 +214,7 @@ photos_indexing_notification_check_notification (PhotosIndexingNotification *sel
else if (is_indexing_remote)
{
photos_indexing_notification_remove_timeout (self);
- self->timeout_id = g_timeout_add_seconds (REMOTE_MINER_TIMEOUT,
- photos_indexing_notification_timeout,
- self);
+ self->timeout_id = g_timeout_add_seconds (REMOTE_MINER_TIMEOUT, photos_indexing_notification_timeout,
self);
}
else
photos_indexing_notification_destroy (self, FALSE);
@@ -232,6 +230,7 @@ photos_indexing_notification_dispose (GObject *object)
PhotosIndexingNotification *self = PHOTOS_INDEXING_NOTIFICATION (object);
photos_indexing_notification_remove_timeout (self);
+
g_clear_object (&self->ntfctn_mngr);
g_clear_object (&self->manager);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]