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
Librem5
squeekboard
Commits
c53b4d39
Commit
c53b4d39
authored
Mar 03, 2011
by
Daiki Ueno
Browse files
Remove floating ref from a serialized keyboard.
parent
fbcf6b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
eekboard/eekboard-context.c
View file @
c53b4d39
...
...
@@ -434,6 +434,8 @@ eekboard_context_add_keyboard (EekboardContext *context,
priv
=
EEKBOARD_CONTEXT_GET_PRIVATE
(
context
);
variant
=
eek_serializable_serialize
(
EEK_SERIALIZABLE
(
keyboard
));
if
(
g_variant_is_floating
(
variant
))
g_variant_ref_sink
(
variant
);
error
=
NULL
;
result
=
g_dbus_proxy_call_sync
(
G_DBUS_PROXY
(
context
),
...
...
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