[nautilus-actions] Increase the delay before accepting notifications after saves



commit 860c55d198ff6bfd0b267c9cc6b937ceefe64690
Author: pierre <pierre vfedora10 virtuals pwi>
Date:   Tue Aug 10 17:27:57 2010 +0200

    Increase the delay before accepting notifications after saves

 src/nact/nact-main-menubar-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nact/nact-main-menubar-file.c b/src/nact/nact-main-menubar-file.c
index b695702..280eb77 100644
--- a/src/nact/nact-main-menubar-file.c
+++ b/src/nact/nact-main-menubar-file.c
@@ -323,7 +323,7 @@ nact_main_menubar_file_save_items( NactMainWindow *window )
 
 	/* restore NAPivot notifications
 	 */
-	na_ipivot_consumer_allow_notify( NA_IPIVOT_CONSUMER( window ), TRUE, 1000 );
+	na_ipivot_consumer_allow_notify( NA_IPIVOT_CONSUMER( window ), TRUE, 2000 );
 }
 
 /*



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