Use const char with stringshare.

SVN revision: 24765
This commit is contained in:
sebastid 2006-08-15 20:17:19 +00:00 committed by sebastid
parent de87b8a588
commit 6cb39ba7a3
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@ struct _E_Config
int border_raise_on_focus; // GUI
int desk_flip_wrap; // GUI
char *wallpaper_import_last_dev; // INTERNAL
char *wallpaper_import_last_path; // INTERNAL
const char *wallpaper_import_last_dev; // INTERNAL
const char *wallpaper_import_last_path; // INTERNAL
};
struct _E_Config_Module