199622ee22
- Add inkscape-gcc48-buildfix.patch: Fix build with GCC 4.8 (lp#1095364). OBS-URL: https://build.opensuse.org/request/show/180773 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=68
14 lines
406 B
Diff
14 lines
406 B
Diff
=== modified file 'src/widgets/desktop-widget.h'
|
|
--- src/widgets/desktop-widget.h 2011-06-06 06:43:00 +0000
|
|
+++ 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);
|
|
|