-rw-r--r-- | core/apps/textedit/textedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index b199c81..8b3c4c6 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp | |||
@@ -589,5 +589,5 @@ void TextEdit::fileOpen() { | |||
589 | QPEApplication::documentDir(), | 589 | QPEApplication::documentDir(), |
590 | QString::null, map); | 590 | QString::null, map); |
591 | if(!str.isEmpty() ) | 591 | if( QFile(str).exists()) |
592 | openFile( str ); | 592 | openFile( str ); |
593 | else | 593 | else |