From 53e28a22c997384c6a7fcede407e4fba9016bb15 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Feb 2008 03:11:52 +0000 Subject: (setState) make sure notifications' text doesn't got truncated --- mdkapplet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdkapplet b/mdkapplet index af356716..23f6545a 100755 --- a/mdkapplet +++ b/mdkapplet @@ -454,7 +454,7 @@ sub setState { $icon->set_visible($state_type ne 'okay'); 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])), + my $bubble = Gtk2::Notify->new_with_status_icon(N("Warning"), formatAlaTeX(translate($state{$state_type}{tt}[0])) . "\n", '/usr/share/icons/mdkonline.png', $icon); $bubble->set_timeout(5000); $bubble->show; -- cgit v1.2.1