diff options
author | rootavish <[email protected]> | 2014-08-10 01:05:45 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-08-10 01:05:45 +0530 |
commit | 1548bcb4629a6a41641a0188003215b3098aa5fc (patch) | |
tree | 368ef186c9aa1a60eeeba84fabcaceb6d30bd30f /libview/ev-jobs.c | |
parent | 3a013d3b19c5a81372560e735cf6f9f5c3ebdd37 (diff) | |
download | atril-1548bcb4629a6a41641a0188003215b3098aa5fc.tar.bz2 atril-1548bcb4629a6a41641a0188003215b3098aa5fc.tar.xz |
Page Label handling, other fixes
Added the function to handle links from the toolbar, also added functions to disconnect all ev-view handlers once it has been replaced by ev-web-view, and vice-versa(to drop all handler associated to ev-web-view).
Also the unref call to job_thumb was causing thumbnail jobs to crash with GTK2, so had to revert that, now we're back to the document folder not getting deleted from disk.
Diffstat (limited to 'libview/ev-jobs.c')
-rw-r--r-- | libview/ev-jobs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libview/ev-jobs.c b/libview/ev-jobs.c index b5a147f1..c4324a1c 100644 --- a/libview/ev-jobs.c +++ b/libview/ev-jobs.c @@ -914,7 +914,6 @@ ev_job_thumbnail_run (EvJob *job) g_object_ref(job_thumb)); #endif - g_object_unref(job_thumb); } else { job_thumb->thumbnail = ev_document_thumbnails_get_thumbnail (EV_DOCUMENT_THUMBNAILS (job->document), |