diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-05-28 09:33:28 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-05-28 09:33:28 +0000 |
| commit | 97507bc4eae716f9e4476c7d036096e3459970ef (patch) | |
| tree | 4567dd8ab6089230c264a5612da89384b75b4100 /src/widgets/mesh-toolbar.cpp | |
| parent | Cleanup of measure text for moving away from overlap. (diff) | |
| download | inkscape-97507bc4eae716f9e4476c7d036096e3459970ef.tar.gz inkscape-97507bc4eae716f9e4476c7d036096e3459970ef.zip | |
Build with GDK_DISABLE_DEPRECATED for Gtk+ 2
Fixed bugs:
- https://launchpad.net/bugs/943207
(bzr r11431)
Diffstat (limited to 'src/widgets/mesh-toolbar.cpp')
| -rw-r--r-- | src/widgets/mesh-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/mesh-toolbar.cpp b/src/widgets/mesh-toolbar.cpp index 066e2a02a..99a34fbda 100644 --- a/src/widgets/mesh-toolbar.cpp +++ b/src/widgets/mesh-toolbar.cpp @@ -19,10 +19,10 @@ #endif // REVIEW THESE AT END OF REWRITE +#include "ui/widget/color-preview.h" #include "toolbox.h" #include "mesh-toolbar.h" -#include "ui/widget/color-preview.h" #include "verbs.h" #include "macros.h" |
