FolderViewScreenlet: Feature multiple extensions (patch)

Bug #1503370 reported by bitboy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
indiv-screenlets (Ubuntu)
New
Undecided
Unassigned

Bug Description

No bug but a patch.

Change line 566 and 585 if name.endswith(self.showbyex):
to if name.lower().endswith(tuple(self.showbyex.lower().split(';'))):
in /usr/share/screenlets/FolderView/FolderViewScreenlet.py

This will allow you to select multiple extensions separated by ; and also fixes a minor bug if fileextensions are upper case like .GIF

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.