From 723b70637114440017c74e1e6a560bc32a5b8f69 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Feb 2014 22:22:50 +0100 Subject: simplify after last modification --- mgaapplet_gui.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mgaapplet_gui.pm') diff --git a/mgaapplet_gui.pm b/mgaapplet_gui.pm index 168883f0..12998ed7 100644 --- a/mgaapplet_gui.pm +++ b/mgaapplet_gui.pm @@ -113,8 +113,7 @@ sub fill_n_run_portable_dialog { sub new_link_button { my ($url, $text) = @_; - my $link = Gtk3::LinkButton->new($url, $text); - $link; + Gtk3::LinkButton->new($url, $text); } sub read_local_config() { -- cgit v1.2.1