GTG

Comment 5 for bug 1009689

Revision history for this message
Roquentin (antonio-roquentin-deactivatedaccount) wrote :

There is still one issue in that, after changing due date of a task, the entries in the menu of the indicator applet are not sorted. Actually the entries of gtk.Menu instance *are* updated, it's only the displayed applet menu that does not get updated.

This looks like a problem of the indicator applet. When disabling the indicator and using the systray everything works fine.

I filed Bug #1026791 in libindicator to track this problem. I believe the code is correct and the problem is elsewhere, but I may be wrong.

Izidor: what do you think? Either (1) we keep the warnings but have a proper ordering of the entries or (2) have this branch that removes the warnings and uses a better api (modify instead of remove/add) but cannot sort the menu. (1) is more conservative, but with large collections the number of warnings may become embarassing... also it may take some time before this problem is fixed in libindicator (assuming it's their problem).