Fix the Legacy button within the GUI

This commit is contained in:
Přemysl Eric Janouch 2013-08-18 19:49:07 +02:00
parent 1376787241
commit 293a36e220
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ static void
on_set_mode_legacy (GtkBuilder *builder)
{
gchar *out, *argv[] = { "pkexec",
PROJECT_INSTALL_BINDIR "/" PROJECT_NAME, "--mode", "compat", NULL };
PROJECT_INSTALL_BINDIR "/" PROJECT_NAME, "--mode", "legacy", NULL };
if (spawn_ctl (argv, &out, builder))
g_free (out);
}