[polari] app: Add a new action for leaving rooms in selection-mode



commit 7a9af48e413318e195d7b7c8d09ab12d9b1b9e24
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Aug 2 02:01:14 2013 +0200

    app: Add a new action for leaving rooms in selection-mode

 src/application.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 1b333f9..ba5c18b 100644
--- a/src/application.js
+++ b/src/application.js
@@ -83,6 +83,7 @@ const Application = new Lang.Class({
             activate: Lang.bind(this, this._onLeaveCurrentRoom),
             create_hook: Lang.bind(this, this._leaveRoomCreateHook),
             accel: '<Primary>w' },
+          { name: 'leave-selected-rooms' },
           { name: 'user-list',
             activate: Lang.bind(this, this._onToggleAction),
             create_hook: Lang.bind(this, this._userListCreateHook),


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