diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-03-22 00:17:46 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-03-22 00:17:46 +0000 |
| commit | a12a4f53de50adadebc280a558e76d3ced2b6e5d (patch) | |
| tree | 0bc402a221d8b0d9913c06136567738e6aad4300 /src | |
| parent | temporary fix. removed LPE context verb. now toolbar is normal again in windows. (diff) | |
| download | inkscape-a12a4f53de50adadebc280a558e76d3ced2b6e5d.tar.gz inkscape-a12a4f53de50adadebc280a558e76d3ced2b6e5d.zip | |
Really fix compile (patch by Krzysztof KosiĆski)
(bzr r5154)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dialogs/Makefile_insert | 4 | ||||
| -rw-r--r-- | src/widgets/Makefile_insert | 2 | ||||
| -rwxr-xr-x | src/widgets/calligraphic-profile-rename.cpp (renamed from src/dialogs/calligraphic-profile-rename.cpp) | 0 | ||||
| -rwxr-xr-x | src/widgets/calligraphic-profile-rename.h (renamed from src/dialogs/calligraphic-profile-rename.h) | 0 | ||||
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/src/dialogs/Makefile_insert b/src/dialogs/Makefile_insert index 2f687ea46..4b1d42abb 100644 --- a/src/dialogs/Makefile_insert +++ b/src/dialogs/Makefile_insert @@ -63,9 +63,7 @@ dialogs_libspdialogs_a_SOURCES = \ dialogs/unclump.cpp \ dialogs/unclump.h \ dialogs/iconpreview.cpp \ - dialogs/iconpreview.h \ - dialogs/calligraphic-profile-rename.h \ - dialogs/calligraphic-profile-rename.cpp + dialogs/iconpreview.h # dialogs/sp-widget.c \ # dialogs/sp-widget.h \ diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index d46037157..6cc3bb1f0 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -13,6 +13,8 @@ widgets/clean: widgets_libspwidgets_a_SOURCES = \ widgets/button.cpp \ widgets/button.h \ + widgets/calligraphic-profile-rename.cpp \ + widgets/calligraphic-profile-rename.h \ widgets/dash-selector.cpp \ widgets/dash-selector.h \ widgets/desktop-widget.cpp \ diff --git a/src/dialogs/calligraphic-profile-rename.cpp b/src/widgets/calligraphic-profile-rename.cpp index ae9a31c0e..ae9a31c0e 100755 --- a/src/dialogs/calligraphic-profile-rename.cpp +++ b/src/widgets/calligraphic-profile-rename.cpp diff --git a/src/dialogs/calligraphic-profile-rename.h b/src/widgets/calligraphic-profile-rename.h index 133d94a28..133d94a28 100755 --- a/src/dialogs/calligraphic-profile-rename.h +++ b/src/widgets/calligraphic-profile-rename.h diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index c59447b78..d3fef1f8d 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -103,7 +103,7 @@ #include "svg/css-ostringstream.h" -#include "../dialogs/calligraphic-profile-rename.h" +#include "widgets/calligraphic-profile-rename.h" using Inkscape::UnitTracker; |
