[gnome-photos] indexing-notification: Don't queue a check on creation



commit b2f87523c4f8679a712d7ec311abb894c1373611
Author: Debarshi Ray <debarshir gnome org>
Date:   Sun Mar 16 02:40:25 2014 +0100

    indexing-notification: Don't queue a check on creation
    
    It is not needed as miners are always started after the notification
    manager is created.
    
    Original patch from Cosimo Cecchi for gnome-documents.

 src/photos-indexing-notification.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-indexing-notification.c b/src/photos-indexing-notification.c
index 989625d..dec0302 100644
--- a/src/photos-indexing-notification.c
+++ b/src/photos-indexing-notification.c
@@ -311,7 +311,6 @@ photos_indexing_notification_init (PhotosIndexingNotification *self)
                             "miner-progress",
                             G_CALLBACK (photos_indexing_notification_check_notification),
                             self);
-  photos_indexing_notification_check_notification (self);
 }
 
 


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