aboutsummaryrefslogtreecommitdiff
path: root/sensei-raw-ctl-gui.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-11-23 01:47:27 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-11-23 01:47:27 +0100
commit1619b4656c1e7810e06ff12af087bc04d2e47a5c (patch)
tree15ceb174bd67465c7b019d87801bebdd5c575444 /sensei-raw-ctl-gui.c
parent78d1e56b40c7d5c8cb5b9e8d74a1959249eab0ed (diff)
downloadsensei-raw-ctl-1619b4656c1e7810e06ff12af087bc04d2e47a5c.tar.gz
sensei-raw-ctl-1619b4656c1e7810e06ff12af087bc04d2e47a5c.tar.xz
sensei-raw-ctl-1619b4656c1e7810e06ff12af087bc04d2e47a5c.zip
Replace --save with --no-save
The former has shown to be confusing to users, and is rarely desired.
Diffstat (limited to 'sensei-raw-ctl-gui.c')
-rw-r--r--sensei-raw-ctl-gui.c2
1 files changed, 1 insertions, 1 deletions
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))