summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */