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

List:       kopete-devel
Subject:    [Kopete-devel] kdenetwork/kopete/protocols
From:       Will Stephenson <lists () stevello ! free-online ! co ! uk>
Date:       2003-12-28 20:32:27
[Download RAW message or body]

CVS commit by wstephens: 

Fix and reenable compilation, see Jason's commit of 31/10/03.
NB Winpopup is still disabled.
CCMAIL: kopete-devel@kde.org


  M +1 -1      Makefile.am   1.82
  M +2 -2      sms/smscontact.cpp   1.48


--- kdenetwork/kopete/protocols/Makefile.am  #1.81:1.82
@@ -7,3 +7,3 @@
 endif
 
-SUBDIRS = msn irc oscar yahoo $(JABBER) $(GADU)
+SUBDIRS = msn irc oscar yahoo sms $(JABBER) $(GADU)

--- kdenetwork/kopete/protocols/sms/smscontact.cpp  #1.47:1.48
@@ -165,9 +165,9 @@ void SMSContact::setPhoneNumber( const Q
 QPtrList<KAction>* SMSContact::customContextMenuActions()
 {
-        QPtrList<KAction> m_actionCollection = new QPtrList<KAction>();
+        QPtrList<KAction> *m_actionCollection = new QPtrList<KAction>();
         if( !m_actionPrefs )
                 m_actionPrefs = new KAction(i18n("&Contact Settings"), 0, this, \
SLOT(userPrefs()), this, "userPrefs");  
-        m_actionCollection.append( m_actionPrefs );
+        m_actionCollection->append( m_actionPrefs );
 
         return m_actionCollection;


_______________________________________________
Kopete-devel mailing list
Kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


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

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