Merge lp:~mzanetti/unity/phablet-rename-notepad into lp:unity/phablet

Proposed by Michael Zanetti
Status: Merged
Approved by: Ugo Riboni
Approved revision: no longer in the source branch.
Merged at revision: 474
Proposed branch: lp:~mzanetti/unity/phablet-rename-notepad
Merge into: lp:unity/phablet
Diff against target: 16 lines (+2/-2)
1 file modified
Applications/applications.js (+2/-2)
To merge this branch: bzr merge lp:~mzanetti/unity/phablet-rename-notepad
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Andrea Cimitan (community) Approve
Review via email: mp+151197@code.launchpad.net

Commit message

notepad-qml has been renamed to notes-app

Description of the change

To post a comment you must log in.
Revision history for this message
Andrea Cimitan (cimi) wrote :

Let's top-approve together with the notepad

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Applications/applications.js'
2--- Applications/applications.js 2013-02-26 13:51:48 +0000
3+++ Applications/applications.js 2013-03-01 11:16:25 +0000
4@@ -73,10 +73,10 @@
5 'icon': 'music',
6 'exec': '/usr/bin/qmlscene /usr/share/demo-mock-apps/music.qml'
7 },
8- '/usr/share/applications/notepad.desktop': {
9+ '/usr/share/applications/notes-app.desktop': {
10 'name': 'Notepad',
11 'icon': 'notepad',
12- 'exec': '/usr/bin/qmlscene /usr/share/notepad-qml/Notepad.qml',
13+ 'exec': '/usr/bin/qmlscene /usr/share/notes-app/NotesApp.qml',
14 'stage': SideStage
15 },
16 '/usr/share/applications/ski-safari-mockapp.desktop': {

Subscribers

People subscribed via source and target branches