[Korganizer-devel] [Bug 106782] only first anniversary of contacts shown in korganizer

Christian schaarsc at gmx.de
Tue Nov 7 19:23:56 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=106782         




------- Additional Comments From schaarsc gmx de  2006-11-07 19:23 -------
SVN commit 603070 by schaarsc:

show anniversaries of all contacts in korganizer

CCBUG: 106782


 M  +2 -2      branches/work/kdepim-3.5.5+/kresources/birthdays/resourcekabc.cpp  


--- branches/work/kdepim-3.5.5+/kresources/birthdays/resourcekabc.cpp #603069:603070
 @ -270,7 +270,7  @
     }
 
     Event *ev = new Event();
-      ev->setUid( (*it).uid()+"_KABC_Anniversary");
+      ev->setUid( uid_1+"_KABC_Anniversary" );
 
     ev->setDtStart(anniversary);
     ev->setDtEnd(anniversary);
 @ -281,7 +281,7  @
 
     ev->setCustomProperty( "KABC", "BIRTHDAY", "YES" );
 
-    ev->setCustomProperty( "KABC", "UID-1", (*it).uid() );
+    ev->setCustomProperty( "KABC", "UID-1", uid_1 );
     ev->setCustomProperty( "KABC", "NAME-1", name_1 );
     ev->setCustomProperty( "KABC", "EMAIL-1", email_1 );
     ev->setCustomProperty( "KABC", "ANNIVERSARY", "YES" );


More information about the Korganizer-devel mailing list