Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
debs
gnome-bluetooth
Commits
1f8f3a2e
Commit
1f8f3a2e
authored
Sep 20, 2020
by
Bastien Nocera
Browse files
lib: Make sure type is initialised
parent
58bdaada
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/bluetooth-client.c
View file @
1f8f3a2e
...
...
@@ -389,7 +389,7 @@ device_added (GDBusObjectManager *manager,
char
**
uuids
;
gboolean
paired
,
trusted
,
connected
;
int
legacypairing
;
BluetoothType
type
;
BluetoothType
type
=
BLUETOOTH_TYPE_ANY
;
GtkTreeIter
iter
,
parent
;
g_signal_connect_object
(
G_OBJECT
(
device
),
"notify"
,
...
...
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