GNOME Bugzilla – Bug 720916
When changing software sources, "Another action is in progress" is displayed
Last modified: 2013-12-28 01:56:00 UTC
When adding or removing software sources, "Another action is in progress" is briefly displayed. However, the action currently in progress is the addition or removal of the requested source, so the word "another" is confusing and inaccurate. Also, sometimes this is displayed very, very briefly. It should only display if the action takes a little while (more than a fraction of a second).
(In reply to comment #0) > When adding or removing software sources, "Another action is in progress" is > briefly displayed. However, the action currently in progress is the addition or > removal of the requested source, so the word "another" is confusing and > inaccurate. Caused by the changes to gpk_prefs_status_changed_timeout_cb() in https://git.gnome.org/browse/gnome-packagekit/commit/src/gpk-prefs.c?id=6c0b919b633d77c625a248a72140b524170871fa > Also, sometimes this is displayed very, very briefly. It should only display if > the action takes a little while (more than a fraction of a second). Well this is already the case, I'm just unlucky enough to see my actions take a teensy bit longer than the timeout....
Created attachment 264770 [details] [review] Fix progress label in Software Sources Since progress messages were removed, the fallback message "Another action is currently in progress" is shown instead. Use a more generic message to be more accurate.
Review of attachment 264770 [details] [review]: Looks good, thanks.
Attachment 264770 [details] pushed as 1a55b83 - Fix progress label in Software Sources