From e54089da2e59fb612192b6eae65380c7fb5bb2e4 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sun, 3 Jan 2010 15:01:22 -0200 Subject: Re-enable the shell when cancelling a benchmark --- hardinfo2/benchmark.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hardinfo2/benchmark.c') diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c index fcb5a362..3ca5513e 100644 --- a/hardinfo2/benchmark.c +++ b/hardinfo2/benchmark.c @@ -430,6 +430,7 @@ static void do_benchmark(void (*benchmark_function)(void), int entry) bench_results[entry] = benchmark_dialog->result; g_io_channel_unref(channel); + shell_view_set_enabled(TRUE); shell_status_set_enabled(TRUE); g_free(benchmark_dialog); -- cgit v1.2.3