Update GUI after showing error message.

2005-11-01  Soeren Sandmann  <sandmann@redhat.com>

        * sysprof.c (on_start_toggled): Update GUI after showing error
        message.

        * sysprof.glade: Rename File menu Profiler, move
        Start/Profile/Reset here, delete View menu.
This commit is contained in:
Soeren Sandmann
2005-11-02 05:10:13 +00:00
committed by Søren Sandmann Pedersen
parent c778a1b1ec
commit 4f270a0f48
4 changed files with 88 additions and 86 deletions

View File

@ -350,11 +350,11 @@ on_start_toggled (GtkWidget *widget, gpointer data)
" modprobe sysprof-module\n"
"\n"
"as root.");
return;
}
app->state = PROFILING;
else
{
app->state = PROFILING;
}
update_sensitivity (app);
}