This bug was fixed in the package notes-app -
1.4+13.10.20130903.3-0ubuntu1
---------------
notes-app (1.4+13.10.20130903.3-0ubuntu1) saucy; urgency=low
[ Olivier Tilloy ]
* Update deprecated code to close the toolbar when creating a new
note. (LP: #1218497)
[ Ubuntu daily release ]
* Automatic snapshot from revision 180
-- Ubuntu daily release <[email protected]> Tue, 03 Sep 2013
15:58:50 +0000
** Changed in: notes-app (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to notes-app in Ubuntu.
https://bugs.launchpad.net/bugs/1218497
Title:
Using deprecated properties of Toolbar and MainView
Status in Notes App:
Fix Committed
Status in “notes-app” package in Ubuntu:
Fix Released
Bug description:
This code is in NotesApp.qml:
tools: ToolbarItems {
ToolbarButton {
action: Action {
text: i18n.tr("Add")
iconSource: Qt.resolvedUrl("Components/graphics/add.png")
onTriggered: {
notesMainWindow.toolbar.active = false
notesMainWindow.createNewNote()
}
}
Toolbar.active has been deprecated for some time and is about to be removed.
MainView.toolbar does not exist. So the add button on the toolbar does not
work (at least not with my UITK branch where I removed the deprecated
properties).
Please remove those properties. Instead of using toolbar.active, use
the 'opened' property of the ToolbarItems. These changes are needed
for the toolbar code cleanup https://code.launchpad.net/~tpeeters
/ubuntu-ui-toolkit/toolbar-clean/+merge/181741 that is required for an
MR that will follow that improves automatic reveal/hide of the
toolbar.
To manage notifications about this bug go to:
https://bugs.launchpad.net/notes-app/+bug/1218497/+subscriptions
--
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help : https://help.launchpad.net/ListHelp