aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'libindicate/listener.h')
-rw-r--r--libindicate/listener.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicate/listener.h b/libindicate/listener.h
index b86c8a3..5c482ba 100644
--- a/libindicate/listener.h
+++ b/libindicate/listener.h
@@ -30,8 +30,8 @@ struct _IndicateListener {
DBusGProxy * dbus_proxy_session;
DBusGProxy * dbus_proxy_system;
- GHashTable * proxies_session;
- GHashTable * proxies_system;
+ GHashTable * proxies_working;
+ GHashTable * proxies_possible;
GArray * proxy_todo;
guint todo_idle;