summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2013-09-03 20:53:40 +0200
committerRui Matos <tiagomatos@gmail.com>2013-09-04 01:31:37 +0200
commit04b24631abec3efa7050a2baaa35380ae0f55ec9 (patch)
tree2a8a53caa2f3a3c0e4aa73214b5c9b27c4d8c35d
parent19d13334fea80e96da4fd358da7c2f13e7ef17c3 (diff)
downloadgnome-control-center-04b24631abec3efa7050a2baaa35380ae0f55ec9.tar.gz
Revert "shell: Make sure we don't focus the icon view when starting"
This reverts commit 8e0f4e7be0e532d33105962e7f49d0e47d29ddfb - there's a better fix in the next commit.
-rw-r--r--shell/cc-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/cc-window.c b/shell/cc-window.c
index 6bdcf98fa..b91dcf3b5 100644
--- a/shell/cc-window.c
+++ b/shell/cc-window.c
@@ -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