summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 0fb6b183..b59a3e68 100755
--- a/control-center
+++ b/control-center
@@ -995,7 +995,7 @@ $view->signal_connect('navigation-requested' =>
my $res = 'ignore';
# get the actual program ID:
- my $url = Glib::filename_from_uri($request->get_uri);
+ my $url = eval { Glib::filename_from_uri($request->get_uri) };
$url =~ s!^/*!!; # not a path
# workaround wekbit calling navigation-requested with "/":