From 173a485d404e2503e07d57b3d10377efea8ce7de Mon Sep 17 00:00:00 2001 From: morty Date: Wed, 17 Nov 2010 12:05:02 +0100 Subject: [PATCH] embeddid instead of visible for status icon --- snom.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snom.pl b/snom.pl index c6d0300..3acac1b 100755 --- a/snom.pl +++ b/snom.pl @@ -246,7 +246,7 @@ sub minimize_to_try{ } my $status_icon = Gtk2::StatusIcon->new_from_file($Bin.'/snom.ico'); -if($status_icon->get_visible){ +if($status_icon->is_embedded){ my $menu = Gtk2::Menu->new(); -- 2.39.2