Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joao Oliveira
Okular
Commits
e0987c29
Commit
e0987c29
authored
Dec 18, 2008
by
Pino Toscano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix logic error
BUG: 178028 svn path=/trunk/KDE/kdegraphics/okular/; revision=898354
parent
4d752a2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
generators/comicbook/document.cpp
generators/comicbook/document.cpp
+1
-1
No files found.
generators/comicbook/document.cpp
View file @
e0987c29
...
...
@@ -69,7 +69,7 @@ bool Document::open( const QString &fileName )
extractImageFiles
(
entries
);
}
if
(
mime
->
is
(
"application/x-cbr"
)
||
mime
->
name
()
==
"application/x-rar"
)
{
}
else
if
(
mime
->
is
(
"application/x-cbr"
)
||
mime
->
name
()
==
"application/x-rar"
)
{
if
(
!
Unrar
::
isAvailable
()
)
{
mLastErrorString
=
i18n
(
"Cannot open document, unrar was not found."
);
return
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment