[gnome-characters/bilelmoussaoui/gtk4: 13/71] window: fix post wrapping listbox in a bin usage post fix




commit a6b1ed72a7adc3b04e3cb53aceb6a5cfc0facd40
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Fri Nov 19 12:19:21 2021 +0100

    window: fix post wrapping listbox in a bin usage post fix

 src/window.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/window.js b/src/window.js
index 1815e7c..671724f 100644
--- a/src/window.js
+++ b/src/window.js
@@ -144,7 +144,7 @@ var MainWindow = GObject.registerClass({
         } else {
             categoryList = this._categoryListView.getCategoryByName('emojis').list;
         }
-        categoryList.select_row(categoryListget_row_at_index(0));
+        categoryList.select_row(categoryList.get_row_at_index(0));
     }
 
     get search_active() {


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