From 909b358594c5e318dbdd2618462d933cf070f632 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 21 Dec 2013 03:18:52 +0100 Subject: do not ignore exceptions: display them at least... --- mgaapplet | 1 + 1 file changed, 1 insertion(+) diff --git a/mgaapplet b/mgaapplet index ad66294d..eb291bd0 100755 --- a/mgaapplet +++ b/mgaapplet @@ -692,6 +692,7 @@ sub setState { $bubble->set_urgency($state{$state}{urgency}) if $state{$state}{urgency}; $bubble->set_timeout(5000); eval { $bubble->show; Gtk3->main }; + warn ">> ERR:$@" if $@; } my $menu = Gtk3::Menu->new; -- cgit v1.2.1