Remove debug logging, make activation work for non-search mode too
svn path=/trunk/; revision=99
This commit is contained in:
@ -95,14 +95,11 @@ Sideshow.prototype = {
|
||||
});
|
||||
});
|
||||
this._searchEntry.connect('activate', function (se) {
|
||||
if (!me._searchActive)
|
||||
return false;
|
||||
me._appdisplay.searchActivate();
|
||||
return true;
|
||||
});
|
||||
this._searchEntry.connect('key-press-event', function (se, e) {
|
||||
let code = e.get_code();
|
||||
log("code: " + code);
|
||||
if (code == 111) {
|
||||
me._appdisplay.selectUp();
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user