jonbrett / cinnamon-feeds-applet

Cinnamon applet for fetching and displaying RSS feeds
https://jonbrettdev.wordpress.com
20 stars 10 forks source link

Fixed url filtering. #32

Closed NiklasMM closed 10 years ago

NiklasMM commented 10 years ago

I noticed today, that the applet didn't start and did some digging. Finally I found out that one commented-out feed did still show up in the filtered list and figured it was probably not a good idea to manipulate the array while iterating over it :-) So I wrote this little hot fix which brought things back to normal for me.