[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:05:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=70c26af

The following commit has been merged in the master branch:
commit 70c26aff95c24c9dcbd3992489f5f89d4f96d00f
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Mar 10 20:56:24 2011 +0100

    Clean the filter string when the filter bar is closed
---
 main-widget.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main-widget.cpp b/main-widget.cpp
index ee25f1c..dfc2693 100644
--- a/main-widget.cpp
+++ b/main-widget.cpp
@@ -415,6 +415,8 @@ void MainWidget::toggleSearchWidget(bool show)
         m_filterBar->show();
     }
     else {
+        m_modelFilter->clearFilterString();
+        m_filterBar->clear();
         m_filterBar->hide();
     }
 }

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list