[gnome-settings-daemon] wacom: Small style fix



commit 6c5a3a7985482fe3feb01e352fe9efbb4e1058d7
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 23 19:17:04 2011 +0000

    wacom: Small style fix

 plugins/wacom/gsd-wacom-manager.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-manager.c b/plugins/wacom/gsd-wacom-manager.c
index b90e5f8..4a011bb 100644
--- a/plugins/wacom/gsd-wacom-manager.c
+++ b/plugins/wacom/gsd-wacom-manager.c
@@ -326,7 +326,9 @@ set_wacom_settings (GsdWacomManager *manager,
 		set_area (device, variant);
 		g_variant_unref (variant);
 		return;
-	} else if (type == WACOM_TYPE_PAD) {
+	}
+
+	if (type == WACOM_TYPE_PAD) {
 		set_device_buttonmap (device, g_settings_get_value (settings, KEY_PAD_BUTTON_MAPPING));
 		return;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]