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

List:       kde-commits
Subject:    kdepim
From:       Martin Konold <konold () kde ! org>
Date:       2004-07-02 15:57:22
Message-ID: 20040702155722.2A2DA12660 () office ! kde ! org
[Download RAW message or body]

CVS commit by konold: 

Martin K.: changed default freebusy file extension from .vfb to the standard compliant .ifb


  M +3 -3      korganizer/freebusymanager.cpp   1.21
  M +1 -1      wizards/kolabwizard.cpp   1.8


--- kdepim/korganizer/freebusymanager.cpp  #1.20:1.21
@@ -253,5 +253,5 @@ void FreeBusyManager::publishFreeBusy()
         fbname = fbname.left(at);
       }
-      targetURL.setPath( "/freebusy/" + fbname + ".vfb" );
+      targetURL.setPath( "/freebusy/" + fbname + ".ifb" );
       targetURL.setUser( KOPrefs::instance()->mPublishUserName );
       targetURL.setPass( KOPrefs::instance()->mPublishPassword );
@@ -400,5 +400,5 @@ KURL FreeBusyManager::freeBusyUrl( const
     sourceURL.setUser( KOPrefs::instance()->mRetrieveUserName );
     sourceURL.setPath( QString::fromLatin1( "/freebusy/" ) + emailName +
-                       QString::fromLatin1( ".vfb" ) );
+                       QString::fromLatin1( ".ifb" ) );
   } else {
     // we use something else
@@ -419,5 +419,5 @@ KURL FreeBusyManager::freeBusyUrl( const
   }
 
-  sourceURL.setFileName( emailName + ".vfb" );
+  sourceURL.setFileName( emailName + ".ifb" );
   sourceURL.setUser( KOPrefs::instance()->mFreeBusyRetrieveUser );
   sourceURL.setPass( KOPrefs::instance()->mFreeBusyRetrievePassword );

--- kdepim/wizards/kolabwizard.cpp  #1.7:1.8
@@ -81,5 +81,5 @@ class KolabPropagator : public KConfigPr
       if ( pos > 0 ) user = user.left( pos );
 
-      c->value = freeBusyBaseUrl + user + ".vfb";
+      c->value = freeBusyBaseUrl + user + ".ifb";
 
       changes.append( c );


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

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