GNOME Bugzilla – Bug 520342
Import stop button icon
Last modified: 2008-03-11 00:31:09 UTC
The "Importing" notification "dialog" (bottom of sources list) uses the window-close icon. The correct icon would be process-stop, as used in the confirmation dialog. The close icon suggests the import will go on silently in the background if pressed. Also, the dialog uses dialog-question. I think the HIG¹ says to use the dialog-warning icon? [1] http://developer.gnome.org/projects/gup/hig/draft_hig_new/windows-alert.html
Created attachment 106567 [details] Screenshot
Agreed on the stop button. I don't think we should change the dialog's icon though, because the warning is used for (according to the HIG) when the action may cause data loss - which stopping importing doesn't.
I may be able to work up a quick patch for this.
(In reply to comment #3) > I may be able to work up a quick patch for this. > Did you get it? I thought the same but I can't find where the definition is in the code... searched for gtk-close, window-close and Gtk.Stock.Close...
Created attachment 106671 [details] [review] Proposed solution
Heh... that's the right fix indeed ;)
(In reply to comment #5) > Created an attachment (id=106671) [edit] > Proposed solution Thanks for your patch; I'll try to get it committed quickly.
Patch committed, thanks all!