[gnome-photos] delete-notification: Style fix



commit 5a859db34ab7d935c3ccbdc2e52dd44d6ba924eb
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Apr 1 14:43:02 2016 +0200

    delete-notification: Style fix

 src/photos-delete-notification.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-delete-notification.c b/src/photos-delete-notification.c
index 2b3e2ab..a6513cf 100644
--- a/src/photos-delete-notification.c
+++ b/src/photos-delete-notification.c
@@ -173,9 +173,7 @@ photos_delete_notification_constructed (GObject *object)
   photos_notification_manager_add_notification (PHOTOS_NOTIFICATION_MANAGER (self->ntfctn_mngr),
                                                 GTK_WIDGET (self));
 
-  self->timeout_id = g_timeout_add_seconds (DELETE_TIMEOUT,
-                                            photos_delete_notification_timeout,
-                                            self);
+  self->timeout_id = g_timeout_add_seconds (DELETE_TIMEOUT, photos_delete_notification_timeout, self);
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]