From e9906f6d9335ae96cd6afac714646b97edc469a5 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Thu, 26 Jan 2006 19:39:15 +0000 Subject: Sync with internal svn --- hardinfo2/callbacks.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hardinfo2/callbacks.c') diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index b4d80244..4a3ed6a6 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -15,11 +15,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + #include #include #include #include + #include +#include void cb_refresh() { @@ -63,7 +66,9 @@ void cb_about() void cb_generate_report() { - g_print("generate report\n"); + Shell *shell = shell_get_main_shell(); + + report_dialog_show(shell->tree->model, shell->window); } void cb_quit(void) -- cgit v1.2.3