[SCM] ktp-contact-list packaging branch, master, updated. debian/16.04.2-1-51-g8ec8bc9

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:07:52 UTC 2017


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

The following commit has been merged in the master branch:
commit efb8f8133baa363deb7480e2cdc052c88e7e25b4
Author: James D. Smith <smithjd15 at gmail.com>
Date:   Thu Jan 5 12:17:56 2017 -0700

    PresenceModel change handling is moving into the model.
    
    REVIEW: 126835
---
 dialogs/custom-presence-dialog.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dialogs/custom-presence-dialog.cpp b/dialogs/custom-presence-dialog.cpp
index 3f0d50b..e85dc46 100644
--- a/dialogs/custom-presence-dialog.cpp
+++ b/dialogs/custom-presence-dialog.cpp
@@ -144,7 +144,6 @@ void CustomPresenceDialog::addCustomPresence()
     m_removeStatus->setEnabled(true);
 
     m_model->syncCustomPresencesToDisk();
-    m_model->updatePresenceApplet();
 }
 
 void CustomPresenceDialog::removeCustomPresence()
@@ -161,7 +160,6 @@ void CustomPresenceDialog::removeCustomPresence()
     }
 
     m_model->syncCustomPresencesToDisk();
-    m_model->updatePresenceApplet();
 }
 
 void CustomPresenceDialog::comboboxIndexChanged(const QString& text)

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list