After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659827 - popup-menu: Fix allocation in RTL locales
popup-menu: Fix allocation in RTL locales
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-22 13:37 UTC by Florian Müllner
Modified: 2011-09-22 19:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
popup-menu: Fix allocation in RTL locales (1.24 KB, patch)
2011-09-22 13:37 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2011-09-22 13:37:39 UTC
Reported by Elad on IRC - the user name is missing from the user menu in RTL locales. See attached patch.
Comment 1 Florian Müllner 2011-09-22 13:37:42 UTC
Created attachment 197246 [details] [review]
popup-menu: Fix allocation in RTL locales

Commit ed7d4928e5 fixed some width-for-height cases in popup menu items,
but did not consider RTL locales. Fix this.
Comment 2 Elad Alfassa 2011-09-22 13:42:52 UTC
Thanks, this fixed the problem.
Comment 3 Dan Winship 2011-09-22 13:46:54 UTC
Comment on attachment 197246 [details] [review]
popup-menu: Fix allocation in RTL locales

oops. yeah
Comment 4 Florian Müllner 2011-09-22 19:54:47 UTC
Attachment 197246 [details] pushed as 5f6dce2 - popup-menu: Fix allocation in RTL locales