Bug 152318 - kget download to unwritable destination fail without message
Summary: kget download to unwritable destination fail without message
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-14 20:25 UTC by FiNeX
Modified: 2007-11-14 21:41 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 FiNeX 2007-11-14 20:25:49 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

If you set the destination folder for a download to a directory not writable by the user, kget show the download as done (100%).

Instead kget should inform the user that the destination is not writable!!!!!
Comment 1 Lukas Appelhans 2007-11-14 21:09:28 UTC
Fixed...

Thx for reporting
Comment 2 FiNeX 2007-11-14 21:20:27 UTC
wooooah.... You have already solved even this bug... wonderful! :-)
Comment 3 FiNeX 2007-11-14 21:34:26 UTC
You have added a message box: 
  KMessageBox::error(0, "Directory is not writable");

But without the i18n() function will it be localized too?
Comment 4 Lukas Appelhans 2007-11-14 21:41:24 UTC
Ahh sry, thx for looking

Will fix that :-)