OK, 
So what is wrong with this patch:
_________________________________________________________________
--- /kde-base/korganizer/komonthview.cpp #474283:474284
 @ -960,7 +960,7  @
      }
   } else if ( event ) {
       for ( QDateTime _date = date;
-            _date < event->dtEnd(); _date = _date.addDays( 1 ) ) {
+            _date <= event->dtEnd(); _date = _date.addDays( 1 ) ) {
         mvc = lookupCellByDate( _date.date() );
         if ( mvc ) mvc->addIncidence( event );
       }

_____________________________________________________________
Mike

On Wednesday 26 October 2005 06:39, Benno Schulenberg wrote:
> Michael W. Holdeman wrote:
> > I applied a patch to korganizer to fix kde bug
> > http://bugs.kde.org/show_bug.cgi?id=113376  
> >
> > I then rearchive kdepim-3.4.92.tar.bz2
>
> Do not change tarballs.
>
> Instead, put the kdepim-3.5.0_beta2.ebuild in your overlay, add the
> patch to it with PATCHES="${FILESDIR}/korganizer-monthview.patch"
> or something similar, then make the digest on this ebuild, and
> emerge.
>
> Benno

-- 
 
Michael W. Holdeman
Fire Chief
Porter Emergency Services

________________________________________
Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8                       |
Win4Lin 5-1-20 netraverse.com           |
Win4LinPro 6.1.1-03 win4lin.com         |
________________________________________|

-- 
 
Michael W. Holdeman


________________________________________
Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8                       |
Win4Lin 5-1-20 netraverse.com           |
Win4LinPro 6.1.1-03 win4lin.com         |
________________________________________|

-- 
[email protected] mailing list

Reply via email to