[gnome-games/wip/exalm/gtk4: 223/238] huh
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/gtk4: 223/238] huh
- Date: Mon, 19 Aug 2019 20:35:11 +0000 (UTC)
commit 5551a351e4f963b519f7b239af27635df3ae5c31
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Mon Mar 11 16:21:42 2019 +0500
huh
src/ui/search-bar.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/search-bar.vala b/src/ui/search-bar.vala
index 205987af..3b3578cf 100644
--- a/src/ui/search-bar.vala
+++ b/src/ui/search-bar.vala
@@ -25,10 +25,10 @@ private class Games.SearchBar : Gtk.Bin {
}
public void focus_entry () {
- entry.grab_focus_without_selecting ();
+ entry.grab_focus ();
}
public bool handle_event (Gdk.Event event) {
- return search_bar.handle_event (event);
+ return false;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]