~macslow/unity/phablet-notification-renderer

« back to all changes in this revision

Viewing changes to Panel/Indicators.qml

  • Committer: Mirco Müller
  • Date: 2013-05-13 12:38:00 UTC
  • mfrom: (507.2.162 phablet)
  • Revision ID: mirco.mueller@ubuntu.com-20130513123800-bbffopyq469ptxyj
Merge with trunk (unity/phablet)

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
                if (indicators.state == "initial") {
251
251
                    openOverview()
252
252
                }
 
253
                else {
 
254
                    indicators.calculateCurrentItem(revealer.lateralPosition, false)
 
255
                    menuContent.showMenu()
 
256
                }
253
257
                indicators.state = "commit"
254
258
            }
255
259
        }