From ea75d46072630883fae6ededd4af1d3c427ff59f Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 05 Jul 2005 10:58:25 +0000 Subject: fixx --- (limited to 'korganizer/kofilterview.h') diff --git a/korganizer/kofilterview.h b/korganizer/kofilterview.h index 4322299..be7b5b6 100644 --- a/korganizer/kofilterview.h +++ b/korganizer/kofilterview.h @@ -89,6 +89,7 @@ void checkValid() { } if ( url->url().isEmpty() ) { KMessageBox::information( this, i18n("Sorry, the file name is empty!") ); + url->setURL( nameE->text() + ".ics" ); return; } accept(); -- cgit v0.9.0.2