summaryrefslogtreecommitdiff
path: root/libnautilus-private
diff options
context:
space:
mode:
Diffstat (limited to 'libnautilus-private')
-rw-r--r--libnautilus-private/nautilus-search-uri.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libnautilus-private/nautilus-search-uri.c b/libnautilus-private/nautilus-search-uri.c
index cadda5d42..c93eb2763 100644
--- a/libnautilus-private/nautilus-search-uri.c
+++ b/libnautilus-private/nautilus-search-uri.c
@@ -550,15 +550,13 @@ get_nth_criterion_prefix (GSList *criterion)
* calculates the "." suffix for any criterion.
*
* return value: the translated suffix.
+ * FIXME bugzilla.eazel.com 5019: This function should be removed.
*/
static char *
get_nth_criterion_suffix (GSList *criterion)
{
/* if we are the last criterion, put it here. */
- if (criterion->next == NULL) {
- return g_strdup (".");
- }
return g_strdup ("");
}