New and improved with help from our friends OBS-URL: https://build.opensuse.org/request/show/385338 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/florence?expand=0&rev=9
13 lines
403 B
Diff
13 lines
403 B
Diff
Index: florence-0.6.3/src/controller.c
|
|
===================================================================
|
|
--- florence-0.6.3.orig/src/controller.c
|
|
+++ florence-0.6.3/src/controller.c
|
|
@@ -46,7 +46,6 @@ void controller_icon_expose (GtkWidget *
|
|
cairo_paint(context);
|
|
cairo_set_operator(context, CAIRO_OPERATOR_SOURCE);
|
|
style_render_svg(context, handle, w, h, FALSE, NULL);
|
|
- wait();
|
|
END_FUNC
|
|
}
|
|
|