GNOME Bugzilla – Bug 328144
Remove from trash confirmation alert should use WARNING icon, not QUESTION
Last modified: 2006-01-26 22:21:40 UTC
Please describe the problem: As per HIG, confirmation alers should use WARNING icon, not QUESTION. Moreover please note that currently both empty trash confirmation alert and direct delete confirmation alert are using WARNING icon Steps to reproduce: 1. Move a file to trash and open trash:// 2. Select a file 3. Press Ctrl+T (or select relevant menu entry) Actual results: The confirmation alert show a QUESTION icon Expected results: The confirmation alert show a WARNING icon Does this happen every time? Yes Other information:
Created attachment 58140 [details] [review] The patch Based on similar change by Dennis Cranston on Delete confirmation alert (2005-11-24)
Committed, thanks. 2006-01-26 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-directory-view.c: (confirm_delete_from_trash): HIGify the icon in the delete from trash dialog. Patch from Luca Ferretti <elle.uca@libero.it>