Merge lp:~tigrangab/slingshot/paste into lp:~elementary-pantheon/slingshot/trunk

Proposed by Tigran Gabrielyan
Status: Merged
Approved by: Cody Garver
Approved revision: 380
Merged at revision: 379
Proposed branch: lp:~tigrangab/slingshot/paste
Merge into: lp:~elementary-pantheon/slingshot/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/SlingshotView.vala (+1/-1)
To merge this branch: bzr merge lp:~tigrangab/slingshot/paste
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+184364@code.launchpad.net

Commit message

Fix previous commit. Couldn't type "v" in searchbar.

Description of the change

Previous commit had a bug in it. Wasn't able to type v into searchbar.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/SlingshotView.vala'
2--- src/SlingshotView.vala 2013-09-04 19:08:08 +0000
3+++ src/SlingshotView.vala 2013-09-06 18:14:00 +0000
4@@ -527,7 +527,7 @@
5 searchbar.paste_clipboard ();
6 }
7
8- break;
9+ return base.key_press_event (event);
10
11 default:
12 if (!searchbar.has_focus) {

Subscribers

People subscribed via source and target branches