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

This reverts commit 8e0f4e7be0 - there's
a better fix in the next commit.
This commit is contained in:
Rui Matos 2013-09-03 20:53:40 +02:00
parent 19d13334fe
commit 04b24631ab

View file

@ -1542,7 +1542,6 @@ 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