diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-09 17:53:12 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-09 17:53:12 -0300 |
commit | 74518caa8b1b70dc11519454d69e8f449d2c4da2 (patch) | |
tree | 14f81b0e92cd7f70348eaaa0757b07e40e12fb96 /hardinfo2/menu.c | |
parent | 2714d9d18c8ccb050c7569ec63049fbfe4aaabc0 (diff) |
Disable shell view while trying to establish connection
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r-- | hardinfo2/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c index 3178f79d..2a8b6922 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -58,7 +58,7 @@ static GtkActionEntry entries[] = { NULL, G_CALLBACK(cb_connect_to)}, - {"ManageAction", GTK_STOCK_OPEN, + {"ManageAction", NULL, "_Manage hosts...", NULL, NULL, G_CALLBACK(cb_manage_hosts)}, |