KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
126406
:
print disabled if file opened with drag & drop
P
roduct
:
kpdf
Co
m
ponent
:
general
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2006-04-28 12:08
Last Changed:
2006-04-28 20:04:23
Version: (using KDE KDE 3.5.2) Installed from: Ubuntu Packages If a file is opened in kpdf by drag&dropping the file on the kpdf window, the print command (button and menu) is disabled. I have to reopen the file from kpdf to be able to print it. Using kpdf 0.5.2 (KDE 3.5.2) ubuntu package 3.5.2-0ubuntu0breezy1
Comment
#1
Albert Astals Cid 2006-04-28 20:04:23
SVN commit 535156 by aacid: enable the print action when opening a file though drag and drop BUGS: 126406 M +1 -0 part.cpp M +0 -1 shell/shell.cpp --- branches/KDE/3.5/kdegraphics/kpdf/part.cpp #535155:535156 @@ -450,6 +450,7 @@ KMessageBox::error( widget(), i18n("Could not open %1").arg( url.prettyURL() ) ); else m_viewportDirty.pageNumber = -1; + emit enablePrintAction(b); return b; } --- branches/KDE/3.5/kdegraphics/kpdf/shell/shell.cpp #535155:535156 @@ -118,7 +118,6 @@ bool openOk = m_part->openURL( url ); if ( openOk ) m_recent->addURL( url ); else m_recent->removeURL( url ); - m_printAction->setEnabled( openOk ); } }
P
latform
:
Ubuntu Packages
O
S
:
Linux
K
eywords
:
People
Reporter
:
Bertrand
Assigned To
:
Albert Astals Cid
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In