wok-current view midori/stuff/midori-extensions-notes.patch @ rev 25713

Up abiword (3.0.5), libwmf (0.2.13), fix wv url
author Stanislas Leduc <shann@slitaz.org>
date Fri Jun 14 11:35:21 2024 +0000 (3 months ago)
parents
children
line source
1 --- a/extensions/notes.vala
2 +++ b/extensions/notes.vala
3 @@ -116,7 +116,11 @@ namespace ClipNotes {
4 if (current_note == note) {
5 current_note = null;
6 }
7 +#if VALA_0_36
8 + notes_list_store.remove (ref iter);
9 +#else
10 notes_list_store.remove (iter);
11 +#endif
12 break;
13 }
14 } while (notes_list_store.iter_next (ref iter));