https://bugzilla.xfce.org/show_bug.cgi?id=16588

alexxcons <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from alexxcons <[email protected]> ---
On thunar master the "empty trash" dialog does not show an icon for me at all,
so I assume there is nothing to do.

I assume that a gtk version change might be responsible for the now "missing"
icon, since actually thunar does not explicitly specify a icon:

thuanr -application.c:2337 (thunar_application_empty_trash) :

  dialog = gtk_message_dialog_new (window,
                                   GTK_DIALOG_MODAL
                                   | GTK_DIALOG_DESTROY_WITH_PARENT,
                                   GTK_MESSAGE_QUESTION,
                                   GTK_BUTTONS_NONE,
                                   _("Remove all files and folders from the
Trash?"));

Probably the Icon is added automatically by "GTK_MESSAGE_QUESTION".
So possibly xfce4-terminal should just switch to use gtk_message_dialog_new
with  GTK_MESSAGE_QUESTION, instead of adding a custom icon.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to