From 24d4a6de62aafeb61c42962e21eb3e605c88b37d Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Sat, 2 Mar 2024 17:18:48 +0100 Subject: [PATCH] Fixing more errors. --- scripts/start.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/start.pl b/scripts/start.pl index d40d022..166abbf 100644 --- a/scripts/start.pl +++ b/scripts/start.pl @@ -229,10 +229,12 @@ sub activate_about { my $texture = Gdk::Texture->new_from_filename( path(__FILE__)->parent->parent->child( 'resources/icons/hicolor/scalable/apps/gemetool.svg'), - \$error ); $about->set_logo($texture); }; + if ($@) { + warn $@; + } $about->set_website('https://git.owlcode.tech/sergiotarxz/GEmeTool'); $about->set_website_label('https://git.owlcode.tech/sergiotarxz/GEmeTool');