From d69f6a09152b52c371216592936ff9ed6bb6f36c Mon Sep 17 00:00:00 2001 From: haxar Date: Wed, 13 Jun 2012 21:30:39 -0700 Subject: remove extra bracket --- src/caja-location-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/caja-location-entry.c b/src/caja-location-entry.c index e168ac86..c43129e8 100644 --- a/src/caja-location-entry.c +++ b/src/caja-location-entry.c @@ -92,7 +92,7 @@ try_to_expand_path (gpointer callback_data) uri_scheme = g_uri_parse_scheme (user_location); - if (!g_path_is_absolute (user_location) && uri_scheme == NULL && user_location[0] != '~') { + if (!g_path_is_absolute (user_location) && uri_scheme == NULL && user_location[0] != '~') { absolute_location = g_build_filename (entry->details->current_directory, user_location, NULL); suffix = g_filename_completer_get_completion_suffix (entry->details->completer, -- cgit v1.2.1