From 148870bd0d9197dc4cfc08acf6be0c756d0f06bc Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 4 Jan 2010 22:29:04 -0200 Subject: Implement the graphical summary view in the shell, and do a proof of concept implementation for computer.so module. --- hardinfo2/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/remote.c') 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); -- cgit v1.2.3