Merge lp:~bzoltan/ubuntu-calendar-app/namig-fix into lp:ubuntu-calendar-app

Proposed by Zoltan Balogh
Status: Merged
Approved by: Mario Boikov
Approved revision: 9
Merged at revision: 10
Proposed branch: lp:~bzoltan/ubuntu-calendar-app/namig-fix
Merge into: lp:ubuntu-calendar-app
Diff against target: 15 lines (+4/-0)
1 file modified
calendar.qml (+4/-0)
To merge this branch: bzr merge lp:~bzoltan/ubuntu-calendar-app/namig-fix
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Frank Mertens (community) checked the diff Approve
Review via email: mp+153766@code.launchpad.net

Commit message

The desktop file name is fixed and the MainView has now application name prooperty

Description of the change

The desktop file name is fixed and the MainView has now application name prooperty

To post a comment you must log in.
Revision history for this message
Frank Mertens (frankencode) wrote :

Looks good.

review: Approve (checked the diff)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~bzoltan/ubuntu-calendar-app/namig-fix/+merge/153766/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'Calendar.desktop' => 'calendar.desktop'
2=== modified file 'calendar.qml'
3--- calendar.qml 2013-03-10 21:45:05 +0000
4+++ calendar.qml 2013-03-18 11:42:26 +0000
5@@ -3,6 +3,10 @@
6
7 MainView {
8 id: mainView
9+
10+ objectName: "calendar"
11+ applicationName: "calendar"
12+
13 width: units.gu(45)
14 height: units.gu(80)
15 // FIXME: 80/45 = aspect ration of Galaxy Nexus

Subscribers

People subscribed via source and target branches

to status/vote changes: