Replace --save with --no-save

The former has shown to be confusing to users, and is rarely desired.
This commit is contained in:
2015-11-23 01:47:27 +01:00
parent 78d1e56b40
commit 1619b4656c
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ save_configuration (GtkBuilder *builder)
gchar *argv[] = { "pkexec", PROJECT_INSTALL_BINDIR "/" PROJECT_NAME,
"--polling", polling, "--cpi-on", cpi_on, "--cpi-off", cpi_off,
"--pulsation", pulsation, "--intensity", intensity, "--save", NULL };
"--pulsation", pulsation, "--intensity", intensity, NULL };
gchar *out;
if (spawn_ctl (argv, &out, builder))