summaryrefslogtreecommitdiffstats
path: root/draksnapshot-applet
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-xdraksnapshot-applet2
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet
index adf8f5a..6e6265b 100755
--- a/draksnapshot-applet
+++ b/draksnapshot-applet
@@ -202,7 +202,7 @@ sub setState {
my $bubble = Gtk2::Notify->new_with_status_icon(N("Warning"), formatAlaTeX(translate($state{$state_type}{tt}[0])) . "\n",
'/usr/share/icons/draksnapshot.png', $icon);
$bubble->set_timeout(5000);
- $bubble->show;
+ eval { $bubble->show };
}
my $menu = Gtk2::Menu->new;