summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--library/lnkproperties.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/lnkproperties.cpp b/library/lnkproperties.cpp
index 745ee2c..0b50bae 100644
--- a/library/lnkproperties.cpp
+++ b/library/lnkproperties.cpp
@@ -39,2 +39,3 @@
39#include <qpe/qpemessagebox.h> 39#include <qpe/qpemessagebox.h>
40#include <qpe/mimetype.h>
40 41
@@ -277,2 +278,4 @@ void LnkProperties::done(int ok)
277 bool changed=FALSE; 278 bool changed=FALSE;
279 bool reloadMime=FALSE;
280
278 if ( lnk->name() != d->docname->text() ) { 281 if ( lnk->name() != d->docname->text() ) {
@@ -302,2 +305,3 @@ void LnkProperties::done(int ok)
302 changed = TRUE; 305 changed = TRUE;
306 reloadMime = TRUE;
303 } 307 }
@@ -332,2 +336,4 @@ void LnkProperties::done(int ok)
332 } 336 }
337 if ( reloadMime )
338 MimeType::updateApplications ( );
333 } 339 }