keyboard: Remove general tab
The cursor blinking and repeat keys configuration options have moved to the Universal Access panel, with the shortcuts panel due for a re-design. See https://bugzilla.gnome.org/show_bug.cgi?id=757486 See https://bugzilla.gnome.org/show_bug.cgi?id=757464 https://bugzilla.gnome.org/show_bug.cgi?id=757489
This commit is contained in:
parent
e1fe43f62b
commit
1f192985ef
5 changed files with 2 additions and 633 deletions
|
@ -21,7 +21,6 @@
|
|||
#include "cc-keyboard-panel.h"
|
||||
#include "cc-keyboard-resources.h"
|
||||
|
||||
#include "keyboard-general.h"
|
||||
#include "keyboard-shortcuts.h"
|
||||
|
||||
CC_PANEL_REGISTER (CcKeyboardPanel, cc_keyboard_panel)
|
||||
|
@ -129,11 +128,10 @@ cc_keyboard_panel_constructor (GType gtype,
|
|||
self = CC_KEYBOARD_PANEL (obj);
|
||||
priv = self->priv;
|
||||
|
||||
keyboard_general_init (CC_PANEL (self), priv->builder);
|
||||
keyboard_shortcuts_init (CC_PANEL (self), priv->builder);
|
||||
|
||||
widget = (GtkWidget *) gtk_builder_get_object (priv->builder,
|
||||
"keyboard_notebook");
|
||||
"shortcuts_page");
|
||||
|
||||
gtk_container_add (GTK_CONTAINER (self), widget);
|
||||
|
||||
|
@ -149,7 +147,6 @@ cc_keyboard_panel_get_help_uri (CcPanel *panel)
|
|||
static void
|
||||
cc_keyboard_panel_dispose (GObject *object)
|
||||
{
|
||||
keyboard_general_dispose (CC_PANEL (object));
|
||||
keyboard_shortcuts_dispose (CC_PANEL (object));
|
||||
|
||||
G_OBJECT_CLASS (cc_keyboard_panel_parent_class)->dispose (object);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue