GNOME Bugzilla – Bug 395505
Adding/Removing directory does not work
Last modified: 2007-09-19 19:52:23 UTC
Adding removing directory in the profile editor window does not seem to work. It looks like the handler for filechanger ignores directories altogether if event == dirmonitor.DELETED or os.path.isfile (path): (line 85, lib/sources/filessource.py)
Ah, this is the same as https://bugzilla.novell.com/show_bug.cgi?id=177464. I'll merge the patch in a second.
Created attachment 80621 [details] [review] sabayon-395505-notice-directory-events.diff
Committed to trunk (revision 593) 2007-01-18 Federico Mena Quintero <federico@novell.com> * lib/sources/filessource.py (FilesSource.__handle_monitor_event): Also notice creation/removal of directories. Fixes bug #395505.