]> Pileus Git - ~andy/gtk/commit
toolbar: don't request CSS padding twice
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 7 Aug 2012 14:05:30 +0000 (16:05 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 7 Aug 2012 14:05:30 +0000 (16:05 +0200)
commit1ec6329f18bf1368f0d35768a84f984fb8f61ec0
tree1d1b6f4de4b3db797a27341aa9a56e6688f576a6
parent512fee6363fc4ab89f235a7e184bfb18a86b5732
toolbar: don't request CSS padding twice

This is a regression from commit
d0d21a4f00fee2c931dc3217bd89518dfcf7fe2a.

We are requesting the CSS padding twice: once unconditionally and
another time if SHADOW_TYPE != NONE, which is usually the case.
gtk/gtktoolbar.c