[network-manager-applet/general-page: 4/5] editor: add a tooltip for 'Connection name' containing connection's UUID



commit 17d2e2d57e4a951179dfb8f4fc0fcabf6bf5121c
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]