The "error" icon looks like a close-button inside the statusbar -> don't show it...

svn path=/trunk/KDE/kdebase/apps/; revision=706951
This commit is contained in:
Peter Penz 2007-08-31 16:26:19 +00:00
parent c0ce82882b
commit a4a001b3e4

View file

@ -99,7 +99,6 @@ void StatusBarMessageLabel::setMessage(const QString& text,
break;
case DolphinStatusBar::Error:
iconName = "dialog-error";
m_timer->start(100);
m_state = Illuminate;