lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 22 Nov 2011 15:03:46 +0100
From:	Konrad Eisele <konrad@...sler.com>
To:	linux-kernel@...r.kernel.org
Cc:	lacombar@...il.com, mmarek@...e.cz,
	yann.morin.1998@...iens.enib.fr, linux-config@...r.kernel.org,
	konrad@...sler.com
Subject: [PATCH 3/3] kconfig: gconfig save button should be greyed if no changes present

Call config_changed to check weather changes are present and grey
save button if not.

Signed-off-by: Konrad Eisele <konrad@...sler.com>
---
 scripts/kconfig/gconf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
index 39dd257..993cc31 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -1532,6 +1532,7 @@ int main(int ac, char *av[])
 		break;
 	}
 
+	conf_changed();
 	gtk_main();
 
 	return 0;
-- 
1.6.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ