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

List:       kde-commits
Subject:    =?utf-8?q?=5Btelepathy-chat-handler=5D_lib=3A_Fix_missing_call_t?=
From:       David Edmundson <kde () davidedmundson ! co ! uk>
Date:       2011-03-31 14:47:16
Message-ID: 20110331144716.1D8B0A609B () git ! kde ! org
[Download RAW message or body]

Git commit 57f1d2d0705e19397e82681ae061721b2b0dd925 by David Edmundson.
Committed on 30/03/2011 at 10:48.
Pushed by davidedmundson into branch 'master'.

Fix missing call to parent in copy operation.

Reviewed by: Dario Freddi
REVIEW: 100972

M  +1    -0    lib/adium-theme-content-info.cpp     
M  +1    -0    lib/adium-theme-status-info.cpp     

http://commits.kde.org/telepathy-chat-handler/57f1d2d0705e19397e82681ae061721b2b0dd925

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;
 }

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

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