[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:19:12 UTC 2016


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

The following commit has been merged in the master branch:
commit 57f1d2d0705e19397e82681ae061721b2b0dd925
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Mar 30 09:48:24 2011 +0100

    Fix missing call to parent in copy operation.
    
    Reviewed by: Dario Freddi
    REVIEW: 100972
---
 lib/adium-theme-content-info.cpp | 1 +
 lib/adium-theme-status-info.cpp  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/lib/adium-theme-content-info.cpp b/lib/adium-theme-content-info.cpp
index a5e1d67..4c10a89 100644
--- a/lib/adium-theme-content-info.cpp
+++ b/lib/adium-theme-content-info.cpp
@@ -51,6 +51,7 @@ AdiumThemeContentInfo::~AdiumThemeContentInfo()
 
 AdiumThemeContentInfo& AdiumThemeContentInfo::operator=(const AdiumThemeContentInfo& other)
 {
+    AdiumThemeMessageInfo::operator =(other);
     *d = *other.d;
     return *this;
 }
diff --git a/lib/adium-theme-status-info.cpp b/lib/adium-theme-status-info.cpp
index b2568e0..00b7a67 100644
--- a/lib/adium-theme-status-info.cpp
+++ b/lib/adium-theme-status-info.cpp
@@ -47,6 +47,7 @@ AdiumThemeStatusInfo::~AdiumThemeStatusInfo()
 
 AdiumThemeStatusInfo& AdiumThemeStatusInfo::operator=(const AdiumThemeStatusInfo& other)
 {
+    AdiumThemeMessageInfo::operator =(other);
     *d = *other.d;
     return *this;
 }

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list