wacom: Remove extraneous semi-colon
This commit is contained in:
parent
593f340ad3
commit
8a0f14b969
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ action_set_func (GtkTreeViewColumn *tree_column,
|
|||
}
|
||||
|
||||
type = g_settings_get_enum (button->settings, ACTION_TYPE_KEY);
|
||||
if (action_type_is_valid (type) == FALSE);
|
||||
if (action_type_is_valid (type) == FALSE)
|
||||
type = GSD_WACOM_ACTION_TYPE_NONE;
|
||||
|
||||
g_object_set (cell,
|
||||
|
|
Loading…
Add table
Reference in a new issue