Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
squeekboard
Commits
d7c9626d
Commit
d7c9626d
authored
Feb 02, 2011
by
Daiki Ueno
Browse files
Remove debug print.
parent
c7a2be62
Changes
1
Hide whitespace changes
Inline
Side-by-side
eek/eek-xml-layout.c
View file @
d7c9626d
...
...
@@ -394,9 +394,8 @@ end_element_callback (GMarkupParseContext *pcontext,
if
(
data
->
keyval
!=
EEK_INVALID_KEYSYM
)
{
keysym
=
eek_keysym_new
(
data
->
keyval
);
g_debug
(
"%u %s"
,
data
->
keyval
,
eek_symbol_get_label
(
EEK_SYMBOL
(
keysym
)));
}
else
//g_debug ("%u %s", data->keyval, eek_symbol_get_label (EEK_SYMBOL(keysym)));
}
else
keysym
=
eek_keysym_new_from_name
(
text
);
data
->
symbols
=
g_slist_prepend
(
data
->
symbols
,
keysym
);
goto
out
;
...
...
Write
Preview
Markdown
is supported
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