From c53efbe8f53f468d21d93f5e19b625d1a4beb242 Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 01 Jul 2005 18:39:59 +0000 Subject: fixxx --- (limited to 'korganizer/kofilterview.cpp') diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp index 3cde103..20118aa 100644 --- a/korganizer/kofilterview.cpp +++ b/korganizer/kofilterview.cpp @@ -215,6 +215,7 @@ void KOCalEditView::infoCal( int id ) emit calendarAdded( id ); emit needsUpdate(); QTimer::singleShot( 0, this, SLOT ( readConfig() ) ); + QTimer::singleShot( 100, this, SIGNAL ( checkCalendar() ) ); } } else @@ -379,6 +380,7 @@ void KOCalEditView::addCal() } } addCalendar ( name, file ); + QTimer::singleShot( 100, this, SIGNAL ( checkCalendar() ) ); } int KOCalEditView::addCalendar( QString name, QString file, bool ask ) { -- cgit v0.9.0.2