aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-10 11:13:44 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-10 11:13:44 -0300
commitb2c6231f5c707234772660a515e0daf19c710510 (patch)
tree5a49e3e6b8d4e86f07c6127c2b5532e9cda9d08d /hardinfo2/shell.c
parentfe6af8f1e913bb6ad147f1ed5178d69c5e74325c (diff)
Implement SSH tunnel; needs more work, though.
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c
index 0df54b64..b84446b7 100644
--- a/hardinfo2/shell.c
+++ b/hardinfo2/shell.c
@@ -522,7 +522,7 @@ add_host_to_view_menu(gchar *hostname)
merge_id = gtk_ui_manager_new_merge_id(shell->ui_manager);
gtk_ui_manager_add_ui(shell->ui_manager,
merge_id,
- "/menubar/RemoteMenu/RemoteLastSep",
+ "/menubar/RemoteMenu/LocalComputer",
hostname, hostname, GTK_UI_MANAGER_AUTO, FALSE);
remote_merge_ids = g_slist_prepend(remote_merge_ids, GINT_TO_POINTER(merge_id));
}