summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-01-02 19:39:18 +0300
committermonsta <[email protected]>2017-01-02 19:39:18 +0300
commit7c0e2437e23aa47088e0392dd823b916a74105a9 (patch)
treec1e51d0856c4d52562ff838847fdd37e0d61461c /capplets
parenta4c1e05aa46adedbb0a2821e751fbbda2321d613 (diff)
downloadmate-control-center-7c0e2437e23aa47088e0392dd823b916a74105a9.tar.bz2
mate-control-center-7c0e2437e23aa47088e0392dd823b916a74105a9.tar.xz
mouse: fix indent a bit
Diffstat (limited to 'capplets')
-rw-r--r--capplets/mouse/mate-mouse-properties.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/capplets/mouse/mate-mouse-properties.c b/capplets/mouse/mate-mouse-properties.c
index 27eb573c..46d520a7 100644
--- a/capplets/mouse/mate-mouse-properties.c
+++ b/capplets/mouse/mate-mouse-properties.c
@@ -277,9 +277,9 @@ find_synaptics (void)
static void
comboxbox_changed_callback (GtkWidget *combobox, void *data)
{
- gint value = gtk_combo_box_get_active (GTK_COMBO_BOX (combobox));
- gchar *key = (char *) data;
- g_settings_set_int (touchpad_settings, key, value);
+ gint value = gtk_combo_box_get_active (GTK_COMBO_BOX (combobox));
+ gchar *key = (char *) data;
+ g_settings_set_int (touchpad_settings, key, value);
}
/* Set up the property editors in the dialog. */