mirror of
https://github.com/NickHu/sway
synced 2025-01-14 08:01:12 +01:00
parent
2689238058
commit
ba6224f4e5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ static void dispatch_status(DBusConnection *connection, DBusDispatchStatus new_s
|
||||||
/* Public functions below */
|
/* Public functions below */
|
||||||
|
|
||||||
void dispatch_dbus() {
|
void dispatch_dbus() {
|
||||||
if (!should_dispatch) {
|
if (!should_dispatch || !conn) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue