blob: 60e4ea71e8ae88e59af9e0a80d7c1c90893afac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Nur inkscape-0.48.4.orig/src/widgets/desktop-widget.h inkscape-0.48.4/src/widgets/desktop-widget.h
--- inkscape-0.48.4.orig/src/widgets/desktop-widget.h 2011-07-08 13:25:09.468790000 -0500
+++ inkscape-0.48.4/src/widgets/desktop-widget.h 2013-06-30 15:29:21.365038516 -0500
@@ -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);
|