GNOME Bugzilla – Bug 528625
[PATCH] Use strcmp instead of strcasecmp in some cases
Last modified: 2008-04-24 03:39:10 UTC
I found out that tracker-preferences doesn't allow to add to "Ignored Paths" paths containing the same name, but one upper case and second lower case. For strcasecmp they were equal, but in fact, they were totally different, so I suggest using strcmp instead. Similar behaviour happens when trying to add path to "Watch Directories".
Created attachment 109442 [details] [review] suggested fix
Committed to svn - thanks