mm-glib: use correct enum type

This commit is contained in:
Yunlian Jiang
2013-04-29 11:53:26 -05:00
committed by Dan Williams
parent 2e8866c8b7
commit 9dcbf33c88

View File

@@ -93,7 +93,7 @@ ensure_modem_manager1_proxy (MMManager *self,
{ {
gchar *name = NULL; gchar *name = NULL;
gchar *object_path = NULL; gchar *object_path = NULL;
GDBusObjectManagerClientFlags flags = G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE; GDBusProxyFlags flags = G_DBUS_PROXY_FLAGS_NONE;
GDBusConnection *connection = NULL; GDBusConnection *connection = NULL;
if (self->priv->manager_iface_proxy) if (self->priv->manager_iface_proxy)