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 566190 - scroll buttons of the icons navigation window are reversed for RTL locales
scroll buttons of the icons navigation window are reversed for RTL locales
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks: Hebrew
 
 
Reported: 2009-01-01 11:07 UTC by Yair Hershkovitz
Modified: 2009-01-18 06:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
fix scroll buttons for RTL locales (1.96 KB, patch)
2009-01-01 11:08 UTC, Yair Hershkovitz
committed Details | Review

Description Yair Hershkovitz 2009-01-01 11:07:37 UTC
When running eog on RTL locale the left button scrolls right and the right button scrolls left
Comment 1 Yair Hershkovitz 2009-01-01 11:08:58 UTC
Created attachment 125591 [details] [review]
fix scroll buttons for RTL locales
Comment 2 Yair Hershkovitz 2009-01-16 16:54:55 UTC
This is the same as bug #566197 and with a similiar patch as cheese uses a copy of eog-thumb-view.

Patch #125593 which fixes bug #566197 is already commited.
Comment 3 Felix Riemann 2009-01-17 10:13:25 UTC
Ah, I can see what you mean now. Looks good to me. Please commit if you can. Thanks.
Comment 4 Yair Hershkovitz 2009-01-18 06:02:23 UTC
2009-01-18  Yair Hershkovitz  <yairhr@gmail.com>

        * src/eog-thumb-nav.c:
        Reverse icon view scroll buttons scroll direction for RTL locales.
        Closes bug #566190.