From 6112e1285c816358b82130ed05e7742084424733 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 27 Dec 2012 09:06:11 +0000 Subject: [PATCH] flag config option as GUI SVN revision: 81737 --- src/bin/e_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_config.h b/src/bin/e_config.h index 9dcebdc7b..e97a1a42b 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -400,7 +400,7 @@ struct _E_Config const char *desklock_layout; } xkb; - unsigned char exe_always_single_instance; + unsigned char exe_always_single_instance; // GUI int use_desktop_window_profile; // GUI };