~aacid/unity8/desktopRotatedCamera

« back to all changes in this revision

Viewing changes to qml/Panel/Indicators/MessageMenuItemFactory.qml

  • Committer: Albert Astals Cid
  • Date: 2016-06-02 07:43:13 UTC
  • mfrom: (2039.198.42 unity8)
  • Revision ID: albert.astals@canonical.com-20160602074313-qycavrlys0yftjfd
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
                menuModel.activate(menuIndex, false);
124
124
            }
125
125
            onTriggered: {
126
 
                if (selected) {
127
 
                    menuDeselected();
128
 
                } else {
129
 
                    menuSelected();
130
 
                }
 
126
                menuModel.activate(menuIndex, true);
131
127
            }
132
128
        }
133
129
    }