modifying the drawer menus

Dirk Hohndel dirk at hohndel.org
Wed Jan 6 23:08:02 UTC 2016


On Wed, Jan 06, 2016 at 11:57:24PM +0100, Marco Martin wrote:
> On Wednesday 06 January 2016, Dirk Hohndel wrote:
> > If I write this as
> > 
> > property list<Action> viewActions: [
> > 	Action { }, Action { }
> > 	]
> > property list<Action> editActions: [
> > 	Action { }, Action { }
> > 	]
> > 
> > it doesn't fail on syntax, but doesn't work. It always shows the
> > viewActions as context menu (as "view" is the initial state).
> 
> yeah, could reproduce.
> 
> I've now pushed on master a change that makes this code work
> the change, if you want to just change the relevant thing, is in "Page.qml"

Oh how I LOVE working with open source people...
Thanks.

/D


More information about the Plasma-devel mailing list