Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-sidebar.c')
-rw-r--r--shell/ev-sidebar.c2
1 files changed, 1 insertions, 1 deletions
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