[network-manager-applet/general-page: 4/5] editor: add a tooltip for 'Connection name' containing connection's UUID
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/general-page: 4/5] editor: add a tooltip for 'Connection name' containing connection's UUID
- Date: Tue, 16 Oct 2012 17:18:32 +0000 (UTC)
commit fa5b9bf3b088976cfd604405f0ea1ed1c892dea3
Author: JiÅÃ KlimeÅ <jklimes redhat com>
Date: Wed Oct 3 18:17:01 2012 -0400
editor: add a tooltip for 'Connection name' containing connection's UUID
src/connection-editor/nm-connection-editor.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/connection-editor/nm-connection-editor.c b/src/connection-editor/nm-connection-editor.c
index 5c6f8d6..e23f8a6 100644
--- a/src/connection-editor/nm-connection-editor.c
+++ b/src/connection-editor/nm-connection-editor.c
@@ -561,6 +561,7 @@ populate_connection_ui (NMConnectionEditor *editor)
s_con = nm_connection_get_setting_connection (editor->connection);
gtk_entry_set_text (GTK_ENTRY (name), s_con ? nm_setting_connection_get_id (s_con) : NULL);
+ gtk_widget_set_tooltip_text (name, nm_connection_get_uuid (editor->connection));
g_signal_connect_swapped (name, "changed", G_CALLBACK (connection_editor_validate), editor);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]