Merge lp:~osomon/ubuntu-ui-toolkit/fix-typo-in-panel into lp:ubuntu-ui-toolkit

Proposed by Olivier Tilloy
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 726
Merged at revision: 726
Proposed branch: lp:~osomon/ubuntu-ui-toolkit/fix-typo-in-panel
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 23 lines (+3/-3)
1 file modified
modules/Ubuntu/Components/Panel.qml (+3/-3)
To merge this branch: bzr merge lp:~osomon/ubuntu-ui-toolkit/fix-typo-in-panel
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Zsombor Egri Approve
Review via email: mp+182884@code.launchpad.net

Commit message

Fix a typo in Panel.qml.

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
Zsombor Egri (zsombi) wrote :

thanks for fixing it!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
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
=== modified file 'modules/Ubuntu/Components/Panel.qml'
--- modules/Ubuntu/Components/Panel.qml 2013-08-21 17:06:42 +0000
+++ modules/Ubuntu/Components/Panel.qml 2013-08-29 11:54:45 +0000
@@ -299,7 +299,7 @@
299299
300 // Used for recovering the state from before300 // Used for recovering the state from before
301 // bottomBarVisibilityCommunicator forced the toolbar to hide.301 // bottomBarVisibilityCommunicator forced the toolbar to hide.
302 property bool savedlocked: panel.locked302 property bool savedLocked: panel.locked
303 property bool savedOpened: panel.opened303 property bool savedOpened: panel.opened
304304
305 // Convert from Qt.AlignLeading to Qt.AlignTrailing to Qt.AlignLeft and Qt.AlignRight305 // Convert from Qt.AlignLeading to Qt.AlignTrailing to Qt.AlignLeft and Qt.AlignRight
@@ -335,8 +335,8 @@
335 panel.opened = false;335 panel.opened = false;
336 panel.locked = true;336 panel.locked = true;
337 } else { // don't force hidden337 } else { // don't force hidden
338 panel.locked = internal.savedlocked;338 panel.locked = internal.savedLocked;
339 if (internal.savedlocked) panel.opened = internal.savedOpened;339 if (internal.savedLocked) panel.opened = internal.savedOpened;
340 // if the panel was locked, do not slide it back in340 // if the panel was locked, do not slide it back in
341 // until the user performs an edge swipe.341 // until the user performs an edge swipe.
342 }342 }

Subscribers

People subscribed via source and target branches

to status/vote changes: