[gnome-characters/bilelmoussaoui/gtk4: 14/76] window: fix post wrapping listbox in a bin usage post fix
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters/bilelmoussaoui/gtk4: 14/76] window: fix post wrapping listbox in a bin usage post fix
- Date: Fri, 26 Nov 2021 08:59:04 +0000 (UTC)
commit 6b71e62a3b9bc22b6e42fc2cf8f2bc41528902ff
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]