diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 22:29:04 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 22:29:04 -0200 |
commit | 148870bd0d9197dc4cfc08acf6be0c756d0f06bc (patch) | |
tree | 9beecf5980fa8796234363f92bb8e3a6a969fedb /hardinfo2/remote.c | |
parent | ddf6c3314585b3aacc7c93ab7bc1cab2e73d5fc3 (diff) |
Implement the graphical summary view in the shell, and do a proof of concept implementation for computer.so module.
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r-- | hardinfo2/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c index f75e9b07..b2ac3617 100644 --- a/hardinfo2/remote.c +++ b/hardinfo2/remote.c @@ -765,7 +765,7 @@ static HostDialog *host_dialog_new(GtkWidget * parent, gtk_widget_show(alignment1); gtk_container_add(GTK_CONTAINER(frm_remote_host), alignment1); gtk_alignment_set_padding(GTK_ALIGNMENT(alignment1), 0, 0, 12, 0); - + table1 = gtk_table_new(3, 2, FALSE); gtk_widget_show(table1); gtk_container_add(GTK_CONTAINER(alignment1), table1); |