parent
6552dfaead
commit
9860d966c5
@ -0,0 +1,21 @@
|
||||
diff -urN simple-scan-3.25.1.old/src/ui.vala simple-scan-3.25.1/src/ui.vala
|
||||
--- simple-scan-3.25.1.old/src/ui.vala 2017-04-25 04:10:18.000000000 +0100
|
||||
+++ simple-scan-3.25.1/src/ui.vala 2017-04-25 13:38:49.425811115 +0100
|
||||
@@ -467,7 +467,7 @@
|
||||
for (i = 0; i < n_delete; i++)
|
||||
{
|
||||
device_model.iter_nth_child (out iter, null, index);
|
||||
- device_model.remove (iter);
|
||||
+ device_model.remove (ref iter);
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -480,7 +480,7 @@
|
||||
|
||||
/* Remove any remaining devices */
|
||||
while (device_model.iter_nth_child (out iter, null, index))
|
||||
- device_model.remove (iter);
|
||||
+ device_model.remove (ref iter);
|
||||
|
||||
/* Select the previously selected device or the first available device */
|
||||
if (!have_selection)
|
@ -1 +1 @@
|
||||
SHA512 (simple-scan-3.24.0.tar.xz) = 3abbbe5af4411b7900e0703ed0c281ab14b822558c08fac584f417ca9adc501725604a31675b370be1890be91d103bcb8b3e21d75c7c0086289a101624b30f8b
|
||||
SHA512 (simple-scan-3.25.1.tar.xz) = cd0166aa6dc0d0357180f7bd730463138be3b5f00b9e5f5b42e44b63460985696a8f06c84a2f02844f1a5e083b95628a013b588cb4d7b7ddfcac02865bf04b64
|
||||
|
Loading…
Reference in new issue