After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 657111 - Ctrl+enter does not work in search
Ctrl+enter does not work in search
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-08-22 20:31 UTC by Giovanni Campagna
Modified: 2011-08-22 21:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
AppDisplay: fix typo that prevented Ctrl+Enter in search (959 bytes, patch)
2011-08-22 20:32 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2011-08-22 20:31:57 UTC
Nothing serious, just a typo.
Comment 1 Giovanni Campagna 2011-08-22 20:32:17 UTC
Created attachment 194417 [details] [review]
AppDisplay: fix typo that prevented Ctrl+Enter in search

workspace is not a valid variable, the workspace index should be
fetched from the params object.
Comment 2 drago01 2011-08-22 21:04:47 UTC
Review of attachment 194417 [details] [review]:

Looks good.
Comment 3 Giovanni Campagna 2011-08-22 21:28:38 UTC
Attachment 194417 [details] pushed as 72037af - AppDisplay: fix typo that prevented Ctrl+Enter in search