diff options
Diffstat (limited to 'extra/inkscape/spuriouscomma.patch')
-rw-r--r-- | extra/inkscape/spuriouscomma.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/inkscape/spuriouscomma.patch b/extra/inkscape/spuriouscomma.patch new file mode 100644 index 000000000..bc538068f --- /dev/null +++ b/extra/inkscape/spuriouscomma.patch @@ -0,0 +1,11 @@ +--- src/widgets/desktop-widget.h~ 2011-07-08 13:25:09.000000000 -0500 ++++ src/widgets/desktop-widget.h 2013-02-15 16:04:45.806910365 -0600 +@@ -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); |