Bug 263778 - File path in "Properties" has %20 instead of blank spaces
Summary: File path in "Properties" has %20 instead of blank spaces
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.5.81
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-20 19:18 UTC by Alvaro Manuel Recio Perez
Modified: 2011-01-22 19:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.6.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alvaro Manuel Recio Perez 2011-01-20 19:18:53 UTC
Version:           0.5.81 (using KDE 4.5.95) 
OS:                Linux

The file path of the current file opened in Okular is shown as an URL, including escaping spaces in the path as %20.

Reproducible: Always

Steps to Reproduce:
1. Open a file in a path with spaces in Okular.
2. Click "File", "Properties"

Actual Results:  
The file path is shown with spaces replaced by %20 symbols.

Expected Results:  
The file path should appear as in Dolphin's location bar.

OS: Linux (x86_64) release 2.6.35-24-generic
Compiler: cc
Comment 1 Albert Astals Cid 2011-01-22 19:44:23 UTC
SVN commit 1216334 by aacid:

use prettyUrl to get a prettier url
FIXED-IN: 4.6.1
BUGS: 263778


 M  +1 -1      document.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1216334