[polari/gnome-3-32] roomList: Fix indentation error



commit 1c2cd7c389681f25b2c2d2695de218624cb6984e
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun May 12 22:07:10 2019 +0000

    roomList: Fix indentation error
    
    Meh, this sneaked in in commit c864718c5 :-(

 src/roomList.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/roomList.js b/src/roomList.js
index 68b90fe..3f56871 100644
--- a/src/roomList.js
+++ b/src/roomList.js
@@ -190,7 +190,7 @@ var RoomRow = GObject.registerClass({
 
             this._popover = Gtk.Popover.new_from_model(this, menu);
             this._popover.connect('notify::visible',
-                                   _onPopoverVisibleChanged);
+                                  _onPopoverVisibleChanged);
             this._popover.position = Gtk.PositionType.BOTTOM;
         }
         this._popover.popup();


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