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

List:       kde-commits
Subject:    kdepim/knotes
From:       Allen Winter <winterz () verizon ! net>
Date:       2005-03-25 21:19:27
Message-ID: 20050325211927.CE38C626 () office ! kde ! org
[Download RAW message or body]

CVS commit by winterz: 

Explicit timezoneId (UTC) passed to Calendar constructors.


  M +1 -1      knotesapp.cpp   1.115
  M +1 -1      resourcelocal.cpp   1.17


--- kdepim/knotes/knotesapp.cpp  #1.114:1.115
@@ -178,5 +178,5 @@ KNotesApp::KNotesApp()
 
     // read the old config files, convert and add them
-    KCal::CalendarLocal calendar;
+    KCal::CalendarLocal calendar( QString::fromLatin1( "UTC" ) );
     if ( KNotesLegacy::convert( &calendar ) )
     {

--- kdepim/knotes/resourcelocal.cpp  #1.16:1.17
@@ -44,5 +44,5 @@
 
 ResourceLocal::ResourceLocal( const KConfig* config )
-    : ResourceNotes( config )
+    : ResourceNotes( config ), mCalendar( QString::fromLatin1( "UTC" ) )
 {
     if ( !config )


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

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