From 44a5ea12157e001973538d01e4620b4be80c82c9 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Tue, 04 Jan 2005 08:30:06 +0000 Subject: initial stab at implementing thumbnail support for pdfs. It only does Tue Jan 4 03:22:56 2005 Jonathan Blandford * pdf/xpdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): initial stab at implementing thumbnail support for pdfs. It only does documents with precached pdfs now. --- (limited to 'shell/ev-sidebar.c') diff --git a/shell/ev-sidebar.c b/shell/ev-sidebar.c index a1f4178..f042f0c 100644 --- a/shell/ev-sidebar.c +++ b/shell/ev-sidebar.c @@ -179,7 +179,7 @@ ev_sidebar_add_page (EvSidebar *ev_sidebar, /* Set the first item added as active */ if (gtk_combo_box_get_active (GTK_COMBO_BOX (ev_sidebar->priv->option_menu))) - gtk_combo_box_set_active (GTK_COMBO_BOX (ev_sidebar->priv->option_menu), 1); + gtk_combo_box_set_active (GTK_COMBO_BOX (ev_sidebar->priv->option_menu), 0); } void -- cgit v0.9.1