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

List:       kde-commits
Subject:    kdepim/korganizer
From:       Reinhold Kainhofer <reinhold () kainhofer ! com>
Date:       2005-04-02 10:17:48
Message-ID: 20050402101748.0B930632 () office ! kde ! org
[Download RAW message or body]

CVS commit by kainhofe: 

Fix stupid mistake (decreased the index to correct for 0-based indices, instead of increasing it).

BUG:103045


  M +1 -1      koeditorrecurrence.cpp   1.83


--- kdepim/korganizer/koeditorrecurrence.cpp  #1.82:1.83
@@ -377,5 +377,5 @@ int RecurMonthly::day()
   int day = mByDayCombo->currentItem();
   if ( day >= 31 ) day = 31-day-1;
-  else --day;
+  else ++day;
   return day;
 }


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

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