inkscape/inkscape-non_void.patch

14 lines
553 B
Diff
Raw Normal View History

Index: inkscape-0.47/src/libgdl/gdl-switcher.c
===================================================================
--- inkscape-0.47.orig/src/libgdl/gdl-switcher.c
+++ inkscape-0.47/src/libgdl/gdl-switcher.c
@@ -521,7 +521,7 @@ gdl_switcher_expose (GtkWidget *widget,
button, event);
}
}
- GDL_CALL_PARENT_WITH_DEFAULT (GTK_WIDGET_CLASS, expose_event,
+ return GDL_CALL_PARENT_WITH_DEFAULT (GTK_WIDGET_CLASS, expose_event,
(widget, event), FALSE);
}