Skip to content

Fixing Issue #92

Ondřej Kolín requested to merge ondrej.kolin/gnome-photos:master into master

I think I solved the Issue #92 (closed).

In the function photos_delete_notification_dispose I added call for photos_delete_notification_delete_items if the item list (to be deleted) is not empty

I added clearing the list after deleting files into photos_delete_notification_delete_items (it was causing recursion loop) It's my first commit so every advice is much appreciated.

Edited by Debarshi Ray

Merge request reports