[polari/gnome-3-32] roomList: Fix indentation error
- From: Florian MĂźllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/gnome-3-32] roomList: Fix indentation error
- Date: Sun, 12 May 2019 22:08:35 +0000 (UTC)
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]