Merge lp:~ted/ubuntu-app-launch/lp1578112-rotate-content into lp:ubuntu-app-launch/16.04

Proposed by Ted Gould
Status: Merged
Approved by: Charles Kerr
Approved revision: 220
Merged at revision: 227
Proposed branch: lp:~ted/ubuntu-app-launch/lp1578112-rotate-content
Merge into: lp:ubuntu-app-launch/16.04
Diff against target: 12 lines (+1/-1)
1 file modified
libubuntu-app-launch/application-info-desktop.cpp (+1/-1)
To merge this branch: bzr merge lp:~ted/ubuntu-app-launch/lp1578112-rotate-content
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+293774@code.launchpad.net

Commit message

Fix typo in desktop key name

Description of the change

Typo in the key name made it so that we don't pass rotation info

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'libubuntu-app-launch/application-info-desktop.cpp'
--- libubuntu-app-launch/application-info-desktop.cpp 2016-03-03 20:48:24 +0000
+++ libubuntu-app-launch/application-info-desktop.cpp 2016-05-04 13:43:24 +0000
@@ -192,7 +192,7 @@
192 return retval;192 return retval;
193 }())193 }())
194 , _rotatesWindow(194 , _rotatesWindow(
195 boolFromKeyfile<Application::Info::RotatesWindow>(keyfile, "X-Ubuntu-Rotates-Window-Content", false))195 boolFromKeyfile<Application::Info::RotatesWindow>(keyfile, "X-Ubuntu-Rotates-Window-Contents", false))
196 , _ubuntuLifecycle(boolFromKeyfile<Application::Info::UbuntuLifecycle>(keyfile, "X-Ubuntu-Touch", false))196 , _ubuntuLifecycle(boolFromKeyfile<Application::Info::UbuntuLifecycle>(keyfile, "X-Ubuntu-Touch", false))
197{197{
198}198}

Subscribers

People subscribed via source and target branches