diff options
author | Benjamin Otte <otte@redhat.com> | 2011-05-21 03:30:36 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-05-21 22:49:43 +0200 |
commit | 5eca8f82753aa4b93e35609030216ed5966f1562 (patch) | |
tree | 389c184167699630e6625f8796f4462af69d73d2 /gtk/gtkcssprovider.c | |
parent | e64b220791a9165ec3b542a93e6b3e07b9800ed8 (diff) | |
download | gtk+-5eca8f82753aa4b93e35609030216ed5966f1562.tar.gz |
css: Rename gtkcssstrfuncs file to gtkstyleproperty
The idea is to handle the style property registering etc in this file
instead of the styleproperties file. The next commits will move those
files.
Diffstat (limited to 'gtk/gtkcssprovider.c')
-rw-r--r-- | gtk/gtkcssprovider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index c58b3d4d22..32a964255d 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -29,11 +29,11 @@ #include "gtkcssparserprivate.h" #include "gtkcssselectorprivate.h" -#include "gtkcssstringfuncsprivate.h" #include "gtksymboliccolor.h" #include "gtkstyleprovider.h" #include "gtkstylecontextprivate.h" #include "gtkstylepropertiesprivate.h" +#include "gtkstylepropertyprivate.h" #include "gtkbindings.h" #include "gtkmarshalers.h" #include "gtkprivate.h" |