fix move window

This commit is contained in:
guinux 2017-09-16 11:06:24 +02:00
parent 36c76e18ef
commit 72259da0b7
1 changed files with 0 additions and 1 deletions

View File

@ -352,7 +352,6 @@ namespace Pamac {
searchbar.notify["search-mode-enabled"].connect (on_search_mode_enabled);
show_last_search = true;
// enable "type to search"
this.get_window ().set_events (Gdk.EventMask.KEY_PRESS_MASK);
this.key_press_event.connect ((event) => {
show_last_search = false;
return searchbar.handle_event (event);