inkscape/inkscape-non_void.patch
OBS User autobuild 48606e571e Accepting request 33794 from GNOME:Apps
Copy from GNOME:Apps/inkscape based on submit request 33794 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/33794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=32
2010-03-05 10:42:56 +00:00

14 lines
553 B
Diff

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);
}