[gnome-documents] properties: Return false to disconnect the handler after the timeout



commit 65d570bc02c58ee2e9a879348fd3c11e62e3a64b
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Nov 14 17:59:38 2012 +0100

    properties: Return false to disconnect the handler after the timeout

 src/properties.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/properties.js b/src/properties.js
index 44cfd79..5bd47b8 100644
--- a/src/properties.js
+++ b/src/properties.js
@@ -133,6 +133,7 @@ const PropertiesDialog = new Lang.Class({
                             this._titleEntryTimeout = 0;
                             let newTitle = this._titleEntry.get_text();
                             TrackerUtils.setEditedName(newTitle, docId, null);
+                            return false;
                         }));
                 }));
         } else {



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