From: tweenk Date: Fri, 4 Apr 2008 17:45:22 +0000 (+0000) Subject: Fix LP bug #190420 (noncompliant desktop entry); remove pointless X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b7212944b2ff130e9c863b9f80f7a4568c8ecd2c;p=inkscape.git Fix LP bug #190420 (noncompliant desktop entry); remove pointless config.h inclusion in ui/clipboard.cpp --- 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