From: Peter Penz Date: Fri, 31 Aug 2007 16:26:19 +0000 (+0000) Subject: The "error" icon looks like a close-button inside the statusbar -> don't show it... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/a4a001b3e4bff149d96c6a5c3295839f40423470 The "error" icon looks like a close-button inside the statusbar -> don't show it... svn path=/trunk/KDE/kdebase/apps/; revision=706951 --- diff --git a/src/statusbarmessagelabel.cpp b/src/statusbarmessagelabel.cpp index 320f427b7..fd2c2abd9 100644 --- a/src/statusbarmessagelabel.cpp +++ b/src/statusbarmessagelabel.cpp @@ -99,7 +99,6 @@ void StatusBarMessageLabel::setMessage(const QString& text, break; case DolphinStatusBar::Error: - iconName = "dialog-error"; m_timer->start(100); m_state = Illuminate;