[gnome-commander] noop: function renamed
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: function renamed
- Date: Tue, 28 Sep 2021 19:01:31 +0000 (UTC)
commit 2f716a7e386d16ad15fccfb44bcc6c60cefb2b1a
Author: Uwe Scholz <u scholz83 gmx de>
Date: Tue Sep 28 20:51:21 2021 +0200
noop: function renamed
src/dialogs/gnome-cmd-con-dialog.cc | 2 +-
src/gnome-cmd-con-remote.cc | 4 ++--
src/gnome-cmd-con-remote.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/dialogs/gnome-cmd-con-dialog.cc b/src/dialogs/gnome-cmd-con-dialog.cc
index e87af78c..864b70cd 100644
--- a/src/dialogs/gnome-cmd-con-dialog.cc
+++ b/src/dialogs/gnome-cmd-con-dialog.cc
@@ -667,7 +667,7 @@ gboolean gnome_cmd_connect_dialog_edit (GnomeCmdConRemote *server)
con->method = (ConnectionMethodID) gtk_combo_box_get_active (GTK_COMBO_BOX
(dialog->priv->type_combo));
con->auth = dialog->priv->auth;
- gnome_cmd_con_remote_set_host_name (server, host);
+ gnome_cmd_con_remote_set_tooltips (server, host);
g_free(user_name);
g_free(host);
diff --git a/src/gnome-cmd-con-remote.cc b/src/gnome-cmd-con-remote.cc
index 70e2e246..0af6ba84 100644
--- a/src/gnome-cmd-con-remote.cc
+++ b/src/gnome-cmd-con-remote.cc
@@ -298,7 +298,7 @@ GnomeCmdConRemote *gnome_cmd_con_remote_new (const gchar *alias, const string &u
gnome_cmd_con_set_port (con, port);
gnome_cmd_con_set_root_path (con, path);
- gnome_cmd_con_remote_set_host_name (server, host);
+ gnome_cmd_con_remote_set_tooltips (server, host);
con->method = gnome_cmd_con_get_scheme (uri_str.c_str());
con->auth = con->method==CON_ANON_FTP ? GnomeCmdCon::NOT_REQUIRED : GnomeCmdCon::SAVE_FOR_SESSION;
@@ -310,7 +310,7 @@ GnomeCmdConRemote *gnome_cmd_con_remote_new (const gchar *alias, const string &u
}
-void gnome_cmd_con_remote_set_host_name (GnomeCmdConRemote *con, const gchar *host_name)
+void gnome_cmd_con_remote_set_tooltips (GnomeCmdConRemote *con, const gchar *host_name)
{
g_return_if_fail (con != nullptr);
g_return_if_fail (host_name != nullptr);
diff --git a/src/gnome-cmd-con-remote.h b/src/gnome-cmd-con-remote.h
index 0115537c..79d451e7 100644
--- a/src/gnome-cmd-con-remote.h
+++ b/src/gnome-cmd-con-remote.h
@@ -46,4 +46,4 @@ GtkType gnome_cmd_con_remote_get_type ();
GnomeCmdConRemote *gnome_cmd_con_remote_new (const gchar *alias, const std::string &uri_str,
GnomeCmdCon::Authentication auth=GnomeCmdCon::SAVE_PERMANENTLY);
-void gnome_cmd_con_remote_set_host_name (GnomeCmdConRemote *con, const gchar *host_name);
+void gnome_cmd_con_remote_set_tooltips (GnomeCmdConRemote *con, const gchar *host_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]