aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2010-01-03 15:01:22 -0200
committerLeandro Pereira <leandro@hardinfo.org>2010-01-03 15:01:22 -0200
commite54089da2e59fb612192b6eae65380c7fb5bb2e4 (patch)
treed1da13c05ceb0cfe41e1cf7be276bd62f6568345 /hardinfo2
parentb9f109c744fbc8a14efb958fb39c9641cb6745f2 (diff)
Re-enable the shell when cancelling a benchmark
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/benchmark.c1
1 files changed, 1 insertions, 0 deletions
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);