shell: Add -o parameter to show the overview

Instead of just presenting the main window.
This commit is contained in:
Bastien Nocera 2010-12-02 19:17:38 +00:00
parent dc9f8114dc
commit fbbb9c35a9
3 changed files with 64 additions and 7 deletions

View file

@ -222,6 +222,12 @@ shell_show_overview_page (GnomeControlCenterPrivate *priv)
priv->default_window_icon);
}
void
gnome_control_center_set_overview_page (GnomeControlCenter *center)
{
shell_show_overview_page (center->priv);
}
static void
item_activated_cb (CcShellCategoryView *view,
gchar *name,