From 1385eb394f977ee3a7014bd0025fa65cd7e4a25a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 1 Mar 2012 12:31:17 +0100 Subject: libmm-common: `MMSimpleConnectProperties' won't be considered internal any more Renamed `MMCommonConnectProperties' to `MMSimpleConnectProperties', and removed the `MMModemSimpleConnectProperties' provided in libmm-glib. We'll just use the original one from libmm-common always. --- cli/mmcli-modem-simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/mmcli-modem-simple.c') diff --git a/cli/mmcli-modem-simple.c b/cli/mmcli-modem-simple.c index 811d498f..e0e5aa36 100644 --- a/cli/mmcli-modem-simple.c +++ b/cli/mmcli-modem-simple.c @@ -316,11 +316,11 @@ get_modem_ready (GObject *source, /* Request to connect the modem? */ if (connect_str) { GError *error = NULL; - MMModemSimpleConnectProperties *properties; + MMSimpleConnectProperties *properties; g_debug ("Asynchronously connecting the modem..."); - properties = mm_modem_simple_connect_properties_new_from_string (connect_str, &error); + properties = mm_simple_connect_properties_new_from_string (connect_str, &error); if (!properties) { g_printerr ("Error parsing connect string: '%s'\n", error->message); exit (EXIT_FAILURE); -- cgit v1.2.3-70-g09d2