[Bug 728] New: GTKLookAndFeel does not honor gtk-alternative-button-order
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sat May 21 18:42:38 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=728
Summary: GTKLookAndFeel does not honor gtk-alternative-button-
order
Product: IcedTea
Version: unspecified
Platform: all
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea6
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: kevin.kofler at chello.at
The com.sun.java.swing.plaf.gtk.GTKLookAndFeel unconditionally sets the
OptionPane.isYesLast component property to true. It should check GTK's
gtk-alternative-button-order property before doing that. OptionPane.isYesLast
should be the opposite of gtk-alternative-button-order, i.e.:
* if gtk-alternative-button-order is 0 (the default), OptionPane.isYesLast
should be true,
* if gtk-alternative-button-order is 1 (as set e.g. by kdebase-workspace in KDE
Plasma sessions), OptionPane.isYesLast should be false.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the distro-pkg-dev
mailing list