summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mgaapplet')
-rwxr-xr-xmgaapplet1
1 files changed, 1 insertions, 0 deletions
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;