After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735678 - UI never comes back from 'reverting' state
UI never comes back from 'reverting' state
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: snapshots
3.13.x
Other Linux
: Normal normal
: 3.22
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-08-29 16:19 UTC by Zeeshan Ali
Modified: 2016-03-31 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
SnapshotListRow: Unset the activity correctly (1.03 KB, patch)
2014-08-29 20:20 UTC, Timm Bäder
committed Details | Review

Description Zeeshan Ali 2014-08-29 16:19:13 UTC
At least on my machine, I haven't seen UI ever recovering from 'reverting' state. AFAICT, revert works. The result is that I'm stuck in that state unless/until i close Boxes.
Comment 1 Timm Bäder 2014-08-29 20:20:50 UTC
Created attachment 284843 [details] [review]
SnapshotListRow: Unset the activity correctly

When we're done reverting, we need to set the activity_message to null
and not to "", otherwise the SnapshotsProperty will simply use "" as the
new activity message.
Comment 2 Zeeshan Ali 2014-08-29 23:19:50 UTC
Thanks, its pushed.

Attachment 284843 [details] pushed as d6fb748 - SnapshotListRow: Unset the activity correctly