diff --git a/po/pt_BR.po b/po/pt_BR.po index e337348..a7d6d6a 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,14 +1,11 @@ # # Perry Werneck , 2012, 2013, 2014. # -#: toggles.c:95 toggles.c:100 toggles.c:101 toggles.c:113 toggles.c:119 -#: toggles.c:155 toggles.c:161 toggles.c:167 toggles.c:173 toggles.c:179 -#: toggles.c:185 toggles.c:203 msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-17 08:08-0300\n" +"POT-Creation-Date: 2014-02-17 09:19-0300\n" "PO-Revision-Date: 2014-02-17 08:05-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Portugues <>\n" diff --git a/src/plugins/dbus3270/gobject.c b/src/plugins/dbus3270/gobject.c index f8b016d..fb81c89 100644 --- a/src/plugins/dbus3270/gobject.c +++ b/src/plugins/dbus3270/gobject.c @@ -92,8 +92,8 @@ void pw3270_dbus_connect(PW3270Dbus *object, const gchar *uri, DBusGMethodInvoca if(uri && *uri) { - g_message("Connecting to \"%s\" by remote request",uri); - lib3270_set_host(hSession,uri); + const char * host = lib3270_set_url(hSession,uri); + g_message("Connecting to \"%s\" by remote request",host); } else { @@ -109,7 +109,7 @@ void pw3270_dbus_set_host(PW3270Dbus *object, const gchar *uri, DBusGMethodInvoc g_message("Changing host to \"%s\" by remote request",uri); - dbus_g_method_return(context,lib3270_set_host(pw3270_dbus_get_session_handle(PW3270_DBUS(object)),uri) != NULL); + dbus_g_method_return(context,lib3270_set_url(pw3270_dbus_get_session_handle(PW3270_DBUS(object)),uri) != NULL); } void pw3270_dbus_disconnect(PW3270Dbus *object, DBusGMethodInvocation *context) -- libgit2 0.21.2