Code cleanup

This commit is contained in:
Pierre Pronchery 2011-03-10 19:42:57 +00:00
parent f4eb3d809b
commit 18e8197eff

View File

@ -156,5 +156,5 @@ static void _on_clicked(gpointer data)
if((p = helper->config_get(helper->panel, "lock", "command")) != NULL)
command = p;
if(g_spawn_command_line_async(command, &error) != TRUE)
helper->error(NULL, error->message, 0);
helper->error(NULL, error->message, 1);
}