-rw-r--r-- | library/lnkproperties.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/lnkproperties.cpp b/library/lnkproperties.cpp index 865f590..f0f0bba 100644 --- a/library/lnkproperties.cpp +++ b/library/lnkproperties.cpp | |||
@@ -313,6 +313,10 @@ void LnkProperties::done(int ok) | |||
313 | reloadMime = TRUE; | 313 | reloadMime = TRUE; |
314 | } | 314 | } |
315 | } | 315 | } |
316 | if ( d->arguments->text() != lnk->property( "Arguments" ) ) { | ||
317 | lnk->setProperty( "Arguments", d->arguments->text() ); | ||
318 | changed = TRUE; | ||
319 | } | ||
316 | if ( d->preload->isHidden() && d->locationCombo->currentItem() != currentLocation ) { | 320 | if ( d->preload->isHidden() && d->locationCombo->currentItem() != currentLocation ) { |
317 | moveLnk(); | 321 | moveLnk(); |
318 | } else if ( changed ) { | 322 | } else if ( changed ) { |