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
Guido Gunther
phosh
Commits
3c6ff866
Commit
3c6ff866
authored
Oct 01, 2020
by
Guido Gunther
Browse files
feedback-manager: Chain up constructed
Signed-off-by:
Guido Günther
<
guido.gunther@puri.sm
>
parent
ef7d20cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feedback-manager.c
View file @
3c6ff866
...
...
@@ -122,6 +122,8 @@ phosh_feedback_manager_constructed (GObject *object)
PhoshFeedbackManager
*
self
=
PHOSH_FEEDBACK_MANAGER
(
object
);
g_autoptr
(
GError
)
error
=
NULL
;
G_OBJECT_CLASS
(
phosh_feedback_manager_parent_class
)
->
constructed
(
object
);
if
(
lfb_init
(
PHOSH_APP_ID
,
&
error
))
{
g_debug
(
"Libfeedback inited"
);
self
->
inited
=
TRUE
;
...
...
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