Indicator label do not accept changes after a period of time
Bug #1337899 reported by
Nasreddine
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libappindicator |
New
|
Undecided
|
Unassigned | ||
libappindicator (Ubuntu) |
New
|
Undecided
|
Unassigned |
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 post a comment you must log in.
I noticed that the label is changed,the problem is with the UI which is not getting refreshed.