From kde-commits Mon Feb 11 22:17:04 2008 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Mon, 11 Feb 2008 22:17:04 +0000 To: kde-commits Subject: kdereview/plasma/applets/trash Message-Id: <1202768224.369279.27214.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120276823208720 SVN commit 773862 by aseigo: * internal whitespace consistency * keep square M +4 -3 trash.cpp --- trunk/kdereview/plasma/applets/trash/trash.cpp #773861:773862 @@ -46,6 +46,7 @@ m_trashUrl(KUrl("trash:/")), m_count(0) { + setRemainSquare(true); } Trash::~Trash() @@ -168,13 +169,13 @@ void Trash::setIcon() { - if (m_count > 0){ + if (m_count > 0) { m_icon->setIcon(KIcon("user-trash-full")); m_data.subText = i18np("One item", "%1 items", m_count); - if (m_showText){ + if (m_showText) { m_icon->setInfoText(i18np("One item", "%1 items", m_count)); } - }else{ + } else { m_icon->setIcon(KIcon("user-trash")); m_data.subText = i18n("Empty"); if (m_showText){