From 48391aa0efcdb39e937d5973cf82f3c68a91dab0 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 13 May 2008 15:15:16 +0000 Subject: (setState) make notifications be more informative (#40360) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@242491 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- draksnapshot-applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draksnapshot-applet') diff --git a/draksnapshot-applet b/draksnapshot-applet index a44a1ba..5c46271 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -217,7 +217,7 @@ sub setState { gtkflush(); # so that bubbles are displayed on right icon if ($state{$state_type}{tt}[0] && $icon->isa('Gtk2::StatusIcon') && !$state{$state_type}{do_not_use_bubble}) { - my $bubble = Gtk2::Notify->new_with_status_icon(N("Warning"), formatAlaTeX(translate($state{$state_type}{tt}[0])) . "\n", + my $bubble = Gtk2::Notify->new_with_status_icon(N("Info"), formatAlaTeX(translate($state{$state_type}{tt}[0])) . "\n", '/usr/share/icons/draksnapshot.png', $icon); $bubble->set_timeout(5000); eval { $bubble->show }; -- cgit v1.2.1