diff options
-rw-r--r-- | mgaapplet_gui.pm | 3 |
1 files changed, 1 insertions, 2 deletions
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() { |