[Xfce-bugs] [Bug 16588] Icon inconsistency on message dialog

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon Mar 23 23:28:38 CET 2020


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

alexxcons <alexxcons at xfce.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexxcons at xfce.org
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from alexxcons <alexxcons at xfce.org> ---
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.


More information about the Xfce-bugs mailing list