~vcs-imports/gtk2-engines-xfce/master

Viewing all changes in revision 499.

  • Committer: Peter de Ridder
  • Author(s): Nicolas Iooss
  • Date: 2015-02-18 20:11:47 UTC
  • Revision ID: git-v1:9cee5b99364e77567a56385af63fc1d5a8f456be
Fix text-shadow value to silence a gtk3 warning

When running gtk applications in XFCE, the following warning appears in
the console:

    (gedit:9384): Gtk-WARNING **: Theme parsing error: gtk.css:102:18:
    Not using units is deprecated. Assuming 'px'.
    (gedit:9384): Gtk-WARNING **: Theme parsing error: gtk.css:102:20:
    Not using units is deprecated. Assuming 'px'.

These warning are triggered by such lines:

    text-shadow: 1 1 white;

The fix consists in replacing "1" by "1px" in such lines.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: