[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Wed Dec 14 23:11:21 CET 2005


SVN commit 488550 by staikos:

this was clearly wrong


 M  +1 -1      dateparser.cpp  


--- trunk/extragear/graphics/kst/kst/dateparser.cpp #488549:488550
@@ -118,7 +118,7 @@
       edt.setTime(t);
       break;
   }
-  return edt.addSecs(-2 * offset);
+  return edt.addSecs(-offset);
 }
 
 }


More information about the Kst mailing list