From 621bc1a87732cbdd6b7560388906dbe51cb8d9df Mon Sep 17 00:00:00 2001 From: sebastid Date: Mon, 21 Aug 2006 15:33:20 +0000 Subject: [PATCH] Use const with stringshare. SVN revision: 24993 --- src/bin/e_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_config.h b/src/bin/e_config.h index fdebc6119..12c92cb40 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -216,8 +216,8 @@ struct _E_Config Evas_List *shelves; // GUI int font_hinting; // GUI - char *desklock_personal_passwd; // GUI - char *desklock_background; // GUI + const char *desklock_personal_passwd; // GUI + const char *desklock_background; // GUI int desklock_auth_method; // GUI int desklock_login_box_zone; // GUI int desklock_autolock; // GUI