CVS commit by thorsen: Remove awful hack and see if we really have a problem or not M +5 -1 kogroupware.cpp 1.43.2.12 --- kdepim/korganizer/kogroupware.cpp #1.43.2.11:1.43.2.12 @@ -81,5 +81,9 @@ KOGroupware::KOGroupware( CalendarView* // better fix would be that we would be able to locate the resource // an event is saved in even though the resource is deactivated - QTimer::singleShot( 60000, this, SLOT( slotStartScheduling() ) ); + //QTimer::singleShot( 60000, this, SLOT( slotStartScheduling() ) ); + + // It could be that the hack ^ is not needed after all. Test that for + // a while. *sigh* - experimenting programming is bad + slotStartScheduling(); }