[vinagre] Improve credential description, bug 648008
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Improve credential description, bug 648008
- Date: Tue, 23 Jul 2013 20:12:47 +0000 (UTC)
commit e78a8dc011edc409cc1863f8ffb05264a9de4ebf
Author: David King <amigadave amigadave com>
Date: Tue Jul 23 21:09:11 2013 +0100
Improve credential description, bug 648008
Make the credentials stored with libsecret have a description that
matches better with other applications, such as Epiphany.
vinagre/vinagre-tab.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-tab.c b/vinagre/vinagre-tab.c
index 284e469..8828fb3 100644
--- a/vinagre/vinagre-tab.c
+++ b/vinagre/vinagre-tab.c
@@ -778,7 +778,8 @@ vinagre_tab_save_credentials_in_keyring (VinagreTab *tab)
if (!tab->priv->save_credentials)
return;
- label = g_strdup_printf (_("Remote desktop password: %s"), vinagre_connection_get_host (tab->priv->conn));
+ label = g_strdup_printf (_("Remote desktop password for %s"),
+ vinagre_connection_get_host (tab->priv->conn));
/* "user" goes last, to terminate the attribute list if conn_user is NULL. */
secret_password_store_sync (SECRET_SCHEMA_COMPAT_NETWORK, NULL,
label, vinagre_connection_get_password (tab->priv->conn),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]