Bug 232295 - Ical files not found from Open dialogue when extensions are missing
Summary: Ical files not found from Open dialogue when extensions are missing
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-27 00:59 UTC by Sabine Faure
Modified: 2010-04-22 19:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sabine Faure 2010-03-27 00:59:57 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Go to File menu/Open...
- Browse to find an ical file on your HD

If no ical files appear on the location you saved them it is most likely that their extension (.ics) is missing.

The 'Open' dialogue cannot find any ical file without an extension whereas it should be able to do so anyway (the ical files created in the resources/folder view are not displayed with an extension on your HD).

Trunk, Svn Rev 1107667
Comment 1 David Faure 2010-04-16 16:28:42 UTC
SVN commit 1115460 by dfaure:

Use mimetype rather than extension in file dialogs, so that files without extension
can also be recognized (by content).
BUG: 232295


 M  +2 -2      actionmanager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1115460
Comment 2 Sabine Faure 2010-04-16 19:55:55 UTC
It cannot see the ical files if they do not have any extension.

So I am reopening this bug.


Trunk Svn Rev 1115397
Comment 3 Sabine Faure 2010-04-16 19:57:07 UTC
Ah my revision is too recent.
I will retest this tomorrow.
Resetting this bug as fixed for now.

Trunk, Svn Rev 1115397
Comment 4 Sabine Faure 2010-04-22 19:33:50 UTC
It is corrected now.

I can see all the iCal files even the ones without any extensions (.ics ou .vcs)

Trunk, Svn Rev 1117463