Bug 263778

Summary: File path in "Properties" has %20 instead of blank spaces
Product: [Applications] okular Reporter: Alvaro Manuel Recio Perez <amrecio>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: 0.5.81   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 4.6.1

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