Public bug reported:

When creating a message in python-indicate, the following code should
set the type to 'system':

import indicate
indicator = indicate.Indicator()
indicator.set_property("type", "system")

Instead, you get an exception:
(example-indicator.py:14718): libindicate-WARNING **: Trying to set the 'type' 
of an indicator which should be done through subclassing.

According to tedg on #ayatana, this should be a simple warning. However,
the exception is raised and the type is not set.

** Affects: indicator-applet
     Importance: Wishlist
     Assignee: Ted Gould (ted-gould)
         Status: Confirmed

-- 
Cannot create non-message indications
https://bugs.launchpad.net/bugs/367974
You received this bug notification because you are a member of Indicator
Applet Developers, which is the registrant for Indicator Applet.

Status in Indicator Applet: Confirmed

Bug description:
When creating a message in python-indicate, the following code should set the 
type to 'system':

import indicate
indicator = indicate.Indicator()
indicator.set_property("type", "system")

Instead, you get an exception:
(example-indicator.py:14718): libindicate-WARNING **: Trying to set the 'type' 
of an indicator which should be done through subclassing.

According to tedg on #ayatana, this should be a simple warning. However, the 
exception is raised and the type is not set.

_______________________________________________
Mailing list: https://launchpad.net/~dx-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dx-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to