shell: Make sure we don't focus the icon view when starting

If focus ends up in the icon view we get an ugly selection so avoid
that at least initially.
This commit is contained in:
Rui Matos 2013-08-20 02:53:01 +01:00
parent 0d4f009016
commit 8e0f4e7be0

View file

@ -1542,6 +1542,7 @@ create_window (CcWindow *self)
G_CALLBACK (stack_page_notify_cb), self);
gtk_widget_show_all (box);
gtk_window_set_focus (GTK_WINDOW (self), priv->search_button);
}
static void