2006-03-07 [paul] 2.0.0cvs117
[claws.git] / src / textview.c
index e42988edb965f7896a2ffd3ac09f6ef0a0903418..5355eb47aa87a8535e124506af598cfe79c50eab 100644 (file)
@@ -1976,7 +1976,7 @@ static gboolean textview_uri_security_check(TextView *textview, RemoteURI *uri)
 
                uri_path = get_uri_path(uri->uri);
                visible_uri_path = get_uri_path(visible_str);
-               if (strcmp(uri_path, visible_uri_path) != 0)
+               if (path_cmp(uri_path, visible_uri_path) != 0)
                        retval = FALSE;
        }