From 8e2e7b350b7a48347f1842060431bb9fd7bfa94c Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Fri, 19 Oct 2012 14:51:28 +0200 Subject: Filters. Fixing filters structure and typo. (bzr r11809) --- share/filters/filters.svg | 2 +- src/extension/internal/filter/paint.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/share/filters/filters.svg b/share/filters/filters.svg index c05c2c1e8..e617d3241 100644 --- a/share/filters/filters.svg +++ b/share/filters/filters.svg @@ -2520,7 +2520,7 @@ sodipodi:docname="filters.svg"> - + diff --git a/src/extension/internal/filter/paint.h b/src/extension/internal/filter/paint.h index dcc51c815..ad396e08f 100644 --- a/src/extension/internal/filter/paint.h +++ b/src/extension/internal/filter/paint.h @@ -644,7 +644,6 @@ NeonDraw::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" "\n" "\n", blend.str().c_str(), simply.str().c_str(), width.str().c_str(), type.str().c_str(), type.str().c_str(), type.str().c_str(), lightness.str().c_str()); -- cgit v1.2.3 From 49ef7c9213c357166e9038fd5c64ba201a088c8b Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Fri, 19 Oct 2012 19:39:34 +0200 Subject: Build. switching to gtkmm 2.24. (bzr r11810) --- build.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 551ce7a36..c87c393a6 100755 --- a/build.xml +++ b/build.xml @@ -151,10 +151,12 @@ #define HAVE_SYS_STAT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_OPENMP 1 - #define HAVE_TR1_UNORDERED_SET 1 + #define HAVE_TR1_UNORDERED_SET 1 #define HAVE_LIBLCMS1 1 + #define WITH_GTKMM_2_24 1 + #define ENABLE_NLS 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 @@ -178,7 +180,7 @@ /* use poppler for pdf import? */ #define HAVE_POPPLER 1 - #define HAVE_POPPLER_GLIB 1 + #define HAVE_POPPLER_GLIB 1 #define HAVE_POPPLER_CAIRO 1 /* do we want bitmap manipulation? */ -- cgit v1.2.3