[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [cantor] src: Fixed a bug that made the standard search bar unclosable.
From:       Martin_Küttler <martin.kuettler () gmx ! de>
Date:       2012-08-15 15:13:25
Message-ID: 20120815151325.6C45BA6094 () git ! kde ! org
[Download RAW message or body]

Git commit a776b16a50ebb65316d546777b9dba740aae059b by Martin Küttler.
Committed on 15/08/2012 at 17:11.
Pushed by kuttler into branch 'master'.

Fixed a bug that made the standard search bar unclosable.

M  +1    -1    src/searchbar.cpp

http://commits.kde.org/cantor/a776b16a50ebb65316d546777b9dba740aae059b

diff --git a/src/searchbar.cpp b/src/searchbar.cpp
index 8f3058a..94afe5f 100644
--- a/src/searchbar.cpp
+++ b/src/searchbar.cpp
@@ -59,7 +59,7 @@ void SearchBar::showStandard()
     delete m_extUi;
     m_extUi = 0;
     foreach(QObject* child, children()) {
-	child->deleteLater();
+	delete child;
     }
     delete layout();
     m_stdUi = new Ui::StandardSearchBar();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic