diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-09 17:47:37 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-09 17:47:37 -0300 |
commit | 2714d9d18c8ccb050c7569ec63049fbfe4aaabc0 (patch) | |
tree | e0040af565006a52f87ec057ec844b385c0627ab /hardinfo2/menu.c | |
parent | d6f07d7b0e2e0bfef721ce51fbf42754c29568b2 (diff) |
Make loading modules from the menubar possible
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r-- | hardinfo2/menu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c index 1f5f5fe2..3178f79d 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -62,6 +62,11 @@ static GtkActionEntry entries[] = { "_Manage hosts...", NULL, NULL, G_CALLBACK(cb_manage_hosts)}, + + {"LocalComputerAction", GTK_STOCK_HOME, + "_Local computer", NULL, + NULL, + G_CALLBACK(cb_local_computer)}, {"CopyAction", GTK_STOCK_COPY, "_Copy to Clipboard", "<control>C", |