diff options
author | rootavish <[email protected]> | 2014-07-20 16:08:07 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-07-20 16:08:07 +0530 |
commit | 4a3ac19d1365cb87a31eecea4759484673fad667 (patch) | |
tree | 3aeb0f092e04fc18445ced4757d1944352cb636a /libview/ev-jobs.c | |
parent | e0535b0e61cc56ec62d32518c03a42836f5256e6 (diff) | |
download | atril-4a3ac19d1365cb87a31eecea4759484673fad667.tar.bz2 atril-4a3ac19d1365cb87a31eecea4759484673fad667.tar.xz |
Active properties dialog, other actions
Properties dialog for epub documents, will some basic properties.
Also set toolbar and menu sensitivity for the actions available in epub, will add more(find) once I write the module. Also inverted colors needs to be done with CSS or the like.
Diffstat (limited to 'libview/ev-jobs.c')
-rw-r--r-- | libview/ev-jobs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-jobs.c b/libview/ev-jobs.c index 4596b58a..44881516 100644 --- a/libview/ev-jobs.c +++ b/libview/ev-jobs.c @@ -968,7 +968,7 @@ ev_job_web_thumbnail_new (EvDocument *document, { EvJobWebThumbnail *job; - ev_debug_message (DEBUG_JOBS, "%d", page); + ev_debug_message (DEBUG_JOBS, "%s", webpage); job = g_object_new (EV_TYPE_JOB_WEB_THUMBNAIL, NULL); |