Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Settings
Commits
8a0f14b9
Commit
8a0f14b9
authored
Dec 20, 2012
by
Bastien Nocera
Browse files
wacom: Remove extraneous semi-colon
parent
593f340a
Changes
1
Hide whitespace changes
Inline
Side-by-side
panels/wacom/cc-wacom-page.c
View file @
8a0f14b9
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment