Ensure zoom level combo is initially preset

This commit is contained in:
Christian Dywan 2012-02-12 22:04:30 +01:00
parent 5e052422f5
commit 66484a7e02

View file

@ -162,6 +162,7 @@ statusbar_features_app_add_browser_cb (MidoriApp* app,
G_CALLBACK (statusbar_features_zoom_level_changed_cb), browser);
g_signal_connect (browser, "notify::tab",
G_CALLBACK (statusbar_features_browser_notify_tab_cb), button);
statusbar_features_zoom_level_changed_cb (button, browser);
gtk_widget_show_all (bbox);
gtk_box_pack_start (GTK_BOX (statusbar), bbox, FALSE, FALSE, 3);
g_object_unref (statusbar);