[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:24:16 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=a0c5851

The following commit has been merged in the master branch:
commit a0c58516e439a88021d204fc5407f57774e18f2e
Author: Leon Handreke <leonh at ndreke.de>
Date:   Sun Oct 13 10:48:00 2013 +0100

    Fix display of conversation logs from multiple accounts in log viewer
    
    Trying to view logs in a case where conversations from multiple accounts
    with a single person on the same date exist would crash ktp-log-viewer.
    
    REVIEW: 113227
---
 logviewer/dates-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logviewer/dates-model.cpp b/logviewer/dates-model.cpp
index c474892..93f4814 100644
--- a/logviewer/dates-model.cpp
+++ b/logviewer/dates-model.cpp
@@ -227,7 +227,7 @@ QVariant DatesModel::data(const QModelIndex &index, int role) const
         }
     // It's an account/entity node
     } else {
-        Date *date = static_cast<Date*>(index.internalPointer());
+        date = static_cast<Date*>(index.internalPointer());
         pair = date->matches.at(index.row());
     }
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list