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

List:       kde-commits
Subject:    kdenonbeta/kopete/plugins/webpresence
From:       Will Stephenson <lists () stevello ! free-online ! co ! uk>
Date:       2003-01-25 14:35:13
[Download RAW message or body]

CVS commit by wstephens: 

Fix schoolboy error that generated mismatched tags in the xml output.


  M +4 -2      webpresenceplugin.cpp   1.10


--- kdenonbeta/kopete/plugins/webpresence/webpresenceplugin.cpp  #1.9:1.10
@@ -56,5 +56,5 @@
 K_EXPORT_COMPONENT_FACTORY( kopete_webpresence, KGenericFactory<WebPresencePlugin> \
);  
-        WebPresencePlugin::WebPresencePlugin( QObject *parent, const char *name, \
const QStringList& /*args*/ ) +WebPresencePlugin::WebPresencePlugin( QObject *parent, \
const char *name, const QStringList& /*args*/ )  : KopetePlugin( parent, name )
 {
@@ -170,5 +170,7 @@ KTempFile* WebPresencePlugin::generateFi
 
         // finish off neatly
-        output += h.closeTag() + h.closeTag() + h.closeTag();
+        output += h.closeTag();
+        output += h.closeTag();
+        output += h.closeTag();
 
         // write our XML


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

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