unity-api-bugs team mailing list archive
-
unity-api-bugs team
-
Mailing list archive
-
Message #04879
[Bug 1337899] Re: Indicator label do not accept changes after a period of time
I noticed that the label is changed,the problem is with the UI which is
not getting refreshed.
--
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to libappindicator.
https://bugs.launchpad.net/bugs/1337899
Title:
Indicator label do not accept changes after a period of time
Status in Libappindicator:
New
Bug description:
I'm using c# to develop an indicator application.
I my app I update the indicator label each one minute. The app works fine and new label text is changed for a period of time.
But, I noticed that the indicator stops updating its label after period of time.
I'm using a timer to do the update. I tried to write new label values in the console and it was works fine, but the instruction indicator.label = "new value"; stops working after a while.
To manage notifications about this bug go to:
https://bugs.launchpad.net/libappindicator/+bug/1337899/+subscriptions
References