GNOME Bugzilla – Bug 737772
Confirmation dialogs should wrap their labels
Last modified: 2014-10-08 19:01:42 UTC
Using eog 3.12 with gtk 3.12 (but seems like the issue is still there in trunk since the code didn't change) - open an image in eog - click the rotate button - close eog -> the confirmation dialog has a long text (especially in some locales/if the filename is not a small one). there is a similar issue in the dialog you get with several images with unsaved changes (https://bugzilla.gnome.org/show_bug.cgi?id=729532 discuss a bit similar issues and has suggestions on what to do to resolve those)
Had to use some deprecated alignment properties again, as the label alignment would break once the label is wrapped, but it seems this is being taken care of in gtk-3.16. commit b0377f275488308d4bfa9cca3919aff43e76d68d Author: Felix Riemann <> Date: Wed Oct 8 20:58:55 2014 +0200 EogCloseConfirmationDialog: Fix label line wrapping (mult. imgs) Set a maximum width to actually make line wrapping happen. Required using deprecated alignment properties again as the label alignment would go off once line wrapping occured. https://bugzilla.gnome.org/show_bug.cgi?id=737772 commit e376816206b4c27bbfae0f78e683dddb67602408 Author: Felix Riemann <> Date: Wed Oct 8 20:49:11 2014 +0200 EogCloseConfirmationDialog: Fix label line wrapping Set a maximum width to actually make line wrapping happen. Required using deprecated alignment properties again as the label alignment would go off once line wrapping occured. https://bugzilla.gnome.org/show_bug.cgi?id=737772 --- This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.