diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2008-04-04 17:45:22 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2008-04-04 17:45:22 +0000 |
| commit | 0da11d5dcc55befdb4cab6e287c7387d5cfc8480 (patch) | |
| tree | 38cda87320031d31a677890ae7d33b4eff82c9c2 | |
| parent | make dependency messages a bit better (diff) | |
| download | inkscape-0da11d5dcc55befdb4cab6e287c7387d5cfc8480.tar.gz inkscape-0da11d5dcc55befdb4cab6e287c7387d5cfc8480.zip | |
Fix LP bug #190420 (noncompliant desktop entry); remove pointless
config.h inclusion in ui/clipboard.cpp
(bzr r5333)
| -rw-r--r-- | inkscape.desktop.in | 5 | ||||
| -rw-r--r-- | src/ui/clipboard.cpp | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/inkscape.desktop.in b/inkscape.desktop.in index 65c97f85d..648989800 100644 --- a/inkscape.desktop.in +++ b/inkscape.desktop.in @@ -2,13 +2,12 @@ _Name=Inkscape Vector Graphics Editor _Comment=Create and edit Scalable Vector Graphics images -Encoding=UTF-8 Version=1.0 Type=Application -Categories=Application;Graphics;VectorGraphics;GTK; +Categories=Graphics;VectorGraphics;GTK; -MimeType=image/svg+xml +MimeType=image/svg+xml;image/svg+xml-compressed; FilePattern=inkscape Exec=inkscape %F diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 7973f82af..f0537b720 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -15,11 +15,6 @@ * See the file COPYING for details. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif -#include "path-prefix.h" - #include "ui/clipboard.h" // TODO: reduce header bloat if possible |
