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
3
dbus.c
3
dbus.c
|
@ -31,6 +31,7 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#include "widget.h"
|
#include "widget.h"
|
||||||
|
#include "event.h"
|
||||||
|
|
||||||
extern awesome_t globalconf;
|
extern awesome_t globalconf;
|
||||||
|
|
||||||
|
@ -365,6 +366,8 @@ a_dbus_process_requests(EV_P_ ev_io *w, int revents)
|
||||||
|
|
||||||
if(nmsg)
|
if(nmsg)
|
||||||
dbus_connection_flush(dbus_connection);
|
dbus_connection_flush(dbus_connection);
|
||||||
|
|
||||||
|
awesome_refresh(globalconf.connection);
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
|
|
Loading…
Reference in New Issue