forked from pool/xmorph
- xmorph-fixbuild.patch: fixed build OBS-URL: https://build.opensuse.org/request/show/728503 OBS-URL: https://build.opensuse.org/package/show/graphics/xmorph?expand=0&rev=14
21 lines
644 B
Diff
21 lines
644 B
Diff
Index: xmorph-20060817/gtkmorph/callbacks_subimg.c
|
|
===================================================================
|
|
--- xmorph-20060817.orig/gtkmorph/callbacks_subimg.c
|
|
+++ xmorph-20060817/gtkmorph/callbacks_subimg.c
|
|
@@ -197,7 +197,6 @@ void on_hscale_mesh_changed (GtkRange
|
|
if(spin) {
|
|
gtk_spin_button_set_value (spin, range->adjustment->value);
|
|
} else g_critical("no adjustment");
|
|
- return FALSE;
|
|
}
|
|
|
|
/**************/
|
|
@@ -220,7 +219,6 @@ void on_hscale_image_changed (GtkRang
|
|
if(spin) {
|
|
gtk_spin_button_set_value (spin, range->adjustment->value);
|
|
} else g_critical("no adjustment");
|
|
- return FALSE;
|
|
}
|
|
|
|
|