Re: [MM][PATCH] mm-glib: use correct enum type
- From: Dan Williams <dcbw redhat com>
- To: Yunlian Jiang <yunlian google com>
- Cc: Aleksander Morgado <aleksander lanedo com>, networkmanager-list <networkmanager-list gnome org>
- Subject: Re: [MM][PATCH] mm-glib: use correct enum type
- Date: Tue, 30 Apr 2013 16:54:33 -0500
On Tue, 2013-04-30 at 11:33 -0700, Yunlian Jiang wrote:
Hi Dan,
I did not see it in the tree.
Here is the updated patch without line wrapp.
It's git commit 9dcbf33c88615b6b3baeec0d79a320b6df0bd403. And
unfortunately the patch here is still linewrapped... usually the mail
client has some setting like "preformatted" or something that people use
to ensure nothing happens to the patch.
Dan
Thanks,
---
libmm-glib/mm-manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libmm-glib/mm-manager.c b/libmm-glib/mm-manager.c
index 46dd8ce..efea9b0 100644
--- a/libmm-glib/mm-manager.c
+++ b/libmm-glib/mm-manager.c
@@ -93,7 +93,7 @@ ensure_modem_manager1_proxy (MMManager *self,
{
gchar *name = NULL;
gchar *object_path = NULL;
- GDBusObjectManagerClientFlags flags =
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE;
+ GDBusProxyFlags flags = G_DBUS_PROXY_FLAGS_NONE;
GDBusConnection *connection = NULL;
if (self->priv->manager_iface_proxy)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]