1d07e9316a
* gnu/packages/inkscape.scm, gnu/packages/patches/inkscape-stray-comma.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add inkscape.scm. (dist_patch_DATA): Add inkscape-stray-comma.patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
14 lines
481 B
Diff
14 lines
481 B
Diff
This is verbatim from Upstream: http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/diff/9943
|
|
--- a/src/widgets/desktop-widget.h 2011-06-06 06:43:00 +0000
|
|
+++ b/src/widgets/desktop-widget.h 2013-01-05 14:34:09 +0000
|
|
@@ -239,7 +239,7 @@
|
|
private:
|
|
GtkWidget *tool_toolbox;
|
|
GtkWidget *aux_toolbox;
|
|
- GtkWidget *commands_toolbox,;
|
|
+ GtkWidget *commands_toolbox;
|
|
GtkWidget *snap_toolbox;
|
|
|
|
static void init(SPDesktopWidget *widget);
|
|
|