Merge lp:~tiagohillebrandt/dialer-app/dialer-app into lp:dialer-app

Proposed by Tiago Hillebrandt
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 45
Merged at revision: 47
Proposed branch: lp:~tiagohillebrandt/dialer-app/dialer-app
Merge into: lp:dialer-app
Diff against target: 11 lines (+1/-0)
1 file modified
src/qml/DialerPage/DialerPage.qml (+1/-0)
To merge this branch: bzr merge lp:~tiagohillebrandt/dialer-app/dialer-app
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Gustavo Pichorim Boiko (community) Approve
Review via email: mp+187328@code.launchpad.net

Commit message

Empty KeyPad entry after start call.

Description of the change

Empty KeyPad entry after start call.

To post a comment you must log in.
Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

Looks good!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/DialerPage/DialerPage.qml'
2--- src/qml/DialerPage/DialerPage.qml 2013-09-10 22:21:08 +0000
3+++ src/qml/DialerPage/DialerPage.qml 2013-09-24 19:47:02 +0000
4@@ -172,6 +172,7 @@
5 onClicked: {
6 console.log("Starting a call to " + keypadEntry.value);
7 callManager.startCall(keypadEntry.value);
8+ keypadEntry.value = "";
9 }
10 enabled: dialNumber != "" && telepathyHelper.connected
11 }

Subscribers

People subscribed via source and target branches