parent
9860d966c5
commit
8d190f557b
@ -1,21 +0,0 @@
|
||||
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.25.1.tar.xz) = cd0166aa6dc0d0357180f7bd730463138be3b5f00b9e5f5b42e44b63460985696a8f06c84a2f02844f1a5e083b95628a013b588cb4d7b7ddfcac02865bf04b64
|
||||
SHA512 (simple-scan-3.25.2.tar.xz) = d705a3c391e80b6b5924b7156c818c5a89976aad73c549b3a2830d2de58d62df2bebf0b4ddbaca37ac284cc56c0aa40fd9209ffe6be41863a4c2f0c42493a312
|
||||
|
Loading…
Reference in new issue