[gnome-games/wip/exalm/gtk4: 32/48] huh



commit 0a5154ce264d64780f34b234d16e193349c00d05
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]