Bug 152318

Summary: kget download to unwritable destination fail without message
Product: [Applications] kget Reporter: FiNeX <finex>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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 :-)