gitk: Fix crash when not using themed widgets
commit62e9ac5edfd7d9f24482ce767eec4b1ac96db4a4
authorMarcus Karlsson <mk@acc.umu.se>
Sun, 7 Oct 2012 21:21:14 +0000 (7 23:21 +0200)
committerPaul Mackerras <paulus@samba.org>
Sun, 21 Oct 2012 22:21:56 +0000 (22 09:21 +1100)
tree91f92c8ca383e2c77812e565389f736b75ab431f
parentebb91db8dfcb9733799a7929654b4a0c5eebfbdb
gitk: Fix crash when not using themed widgets

When configured not to use themed widgets gitk may crash on launch with
a message that says that the image "bm-left disabled bm-left-gray"
doesn't exist. This happens when the left and right arrow buttons are
created.

The crash can be avoided by configuring the buttons differently
depending on whether or not themed widgets are used. If themed widgets
are not used then only set the images to bm-left and bm-right
respectively, and keep the old behavior when themed widgets are used.

The previous behaviour was added in f062e50f to work around a bug in Tk
on OS X where the disabled state did not display properly. The buttons
may still not display correctly, however the workaround added in
f062e50f will still apply if gitk is used with themed widgets.

Make gitk not crash on launch when not using themed widgets.

Signed-off-by: Marcus Karlsson <mk@acc.umu.se>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk