Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnome-bluetooth
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-bluetooth
Commits
a6dec3fa
Commit
a6dec3fa
authored
Sep 20, 2020
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings-widget: Hide pairing dialogue when pairing fails
As can happen when inputting the pairing code wrong.
parent
5a0a6f3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lib/bluetooth-settings-widget.c
lib/bluetooth-settings-widget.c
+4
-0
No files found.
lib/bluetooth-settings-widget.c
View file @
a6dec3fa
...
...
@@ -910,6 +910,10 @@ create_callback (GObject *source_object,
return
;
}
priv
=
BLUETOOTH_SETTINGS_WIDGET_GET_PRIVATE
(
user_data
);
g_clear_pointer
(
&
priv
->
pairing_dialog
,
gtk_widget_destroy
);
turn_off_pairing
(
user_data
,
path
);
dbus_error
=
g_dbus_error_get_remote_error
(
error
);
...
...
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