shell: Add -o parameter to show the overview
Instead of just presenting the main window.
This commit is contained in:
parent
dc9f8114dc
commit
fbbb9c35a9
3 changed files with 64 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue