mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
dbus: refresh everything after message has been handled
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a076806ce0
commit
82329ad78a
1 changed files with 3 additions and 0 deletions
3
dbus.c
3
dbus.c
|
@ -31,6 +31,7 @@
|
|||
#include <fcntl.h>
|
||||
|
||||
#include "widget.h"
|
||||
#include "event.h"
|
||||
|
||||
extern awesome_t globalconf;
|
||||
|
||||
|
@ -365,6 +366,8 @@ a_dbus_process_requests(EV_P_ ev_io *w, int revents)
|
|||
|
||||
if(nmsg)
|
||||
dbus_connection_flush(dbus_connection);
|
||||
|
||||
awesome_refresh(globalconf.connection);
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
Loading…
Reference in a new issue