[gnome-documents/sharing] sharing: add missing function



commit f2aa15d4f44ba5724cc2269086779cf1c69a5ed3
Author: Meg Ford <megford gnome org>
Date:   Tue Jan 8 21:40:07 2013 -0600

    sharing: add missing function

 src/sharing.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/sharing.js b/src/sharing.js
index 2a90a0a..c790955 100644
--- a/src/sharing.js
+++ b/src/sharing.js
@@ -249,6 +249,7 @@ const SharingDialog = new Lang.Class({
 
         this._saveShare = new Gtk.Button({ label: _("Add"),
                                            sensitive: false });
+        this._saveShare.connect ('clicked', Lang.bind(this, this._onAddClicked));
         this.grid.attach_next_to(this._saveShare, this._comboBoxText, 1, 1, 1);
         
         this.widget.show_all();



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