On Saturday 12 January 2008 02:40, Simon Edwards wrote:
> Hi,
>
> Adeodato Simó wrote:
> > This one time, I'm finding that KAction.setShortcut() can't work in
> > Python without passing a value for the second argument, whereas this
> > works in C++. Any chance you'd know why? Thanks.
>
> Looks like
* Simon Edwards [Sat, 12 Jan 2008 11:40:53 +0100]:
> Adeodato Simó wrote:
>> This one time, I'm finding that KAction.setShortcut() can't work in
>> Python without passing a value for the second argument, whereas this
>> works in C++. Any chance you'd know why? Thanks.
> Looks like a bug in PyKDE
Hi,
Adeodato Simó wrote:
This one time, I'm finding that KAction.setShortcut() can't work in
Python without passing a value for the second argument, whereas this
works in C++. Any chance you'd know why? Thanks.
Looks like a bug in PyKDE4. The second arg doesn't have a default value
like in t
Hello again, Simon.
This one time, I'm finding that KAction.setShortcut() can't work in
Python without passing a value for the second argument, whereas this
works in C++. Any chance you'd know why? Thanks.
This:
-8<-
#! /usr/bin/env python
from PyKDE4 import kdeui
action = kdeui.KAction(None)