~ubuntu-branches/ubuntu/trusty/evince/trusty-proposed

« back to all changes in this revision

Viewing changes to shell/ev-pixbuf-cache.c

Tags: upstream-2.21.90
ImportĀ upstreamĀ versionĀ 2.21.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <config.h>
1
2
#include "ev-pixbuf-cache.h"
2
3
#include "ev-job-queue.h"
3
4
#include "ev-page-cache.h"
307
308
                return;
308
309
 
309
310
        g_signal_handlers_disconnect_by_func (job_info->job,
 
311
                                              G_CALLBACK (job_page_ready_cb),
 
312
                                              pixbuf_cache);
 
313
        g_signal_handlers_disconnect_by_func (job_info->job,
310
314
                                              G_CALLBACK (job_finished_cb),
311
315
                                              pixbuf_cache);
312
316
        ev_job_queue_remove_job (job_info->job);
607
611
        gboolean include_links = FALSE;
608
612
        gboolean include_text = FALSE;
609
613
        gboolean include_selection = FALSE;
610
 
        gboolean include_images = TRUE;
 
614
        gboolean include_images = FALSE;
611
615
        gboolean include_forms = FALSE;
612
616
        GdkColor *text, *base;
613
617