-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to interrupt media verification (#1349152) #3060
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/packit build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks for the contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It look great! Thanks!
<object class="GtkButton" id="doneButton"> | ||
<property name="label" translatable="yes" context="GUI|Software Source|Media Check Dialog">_Done</property> | ||
<object class="GtkButton" id="closeButton"> | ||
<property name="label" translatable="yes" context="GUI|Software Source|Media Check Dialog">_Close</property> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it be called Cancel
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cancel
is fine as well and makes more sense when the verification is in progress - changed.
Related: rhbz#1349152
b611796
to
7216e45
Compare
Changed the label of the button from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/packit build |
There is no button to stop media verification, for example when the progress is very slow.
Change the current "Done" button (usable only when the verification completes) to "Close" button, allowing to cancel the verification and closing the dialog window any time.
Related: rhbz#1349152