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

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepim/korganizer/interfaces/korganizer
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2009-11-12 18:07:37
Message-ID: 1258049257.162403.1103.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1048074 by osterfeld:

disable the guard, to make updates for the non-ported views (all != monthview) work \
again


 M  +2 -0      baseview.cpp  


--- branches/work/akonadi-ports/kdepim/korganizer/interfaces/korganizer/baseview.cpp \
#1048073:1048074 @@ -193,8 +193,10 @@
 
 void BaseView::setDateRange( const KDateTime& start, const KDateTime& end )
 {
+#if 0 //AKONADI_PORT the old code called showDates() (below), which triggers a \
repaint, which the old code relies on  if ( d->startDateTime == start && \
d->endDateTime == end )  return;
+#endif
   d->startDateTime = start;
   d->endDateTime = end;
   showDates( start.date(), end.date() );


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

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