From 1619b4656c1e7810e06ff12af087bc04d2e47a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 23 Nov 2015 01:47:27 +0100 Subject: Replace --save with --no-save The former has shown to be confusing to users, and is rarely desired. --- sensei-raw-ctl-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sensei-raw-ctl-gui.c') diff --git a/sensei-raw-ctl-gui.c b/sensei-raw-ctl-gui.c index 4295f0d..146e051 100644 --- a/sensei-raw-ctl-gui.c +++ b/sensei-raw-ctl-gui.c @@ -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)) -- cgit v1.2.3