diff options
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 71b542a1a..052ef3979 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -47,9 +47,9 @@ static gboolean open_in_new_tab = FALSE; static gboolean open_fullscreen = FALSE; static gboolean open_as_bookmarks_editor = FALSE; -static const char *session_filename = NULL; -static const char *bookmark_url = NULL; -static const char *bookmarks_file = NULL; +static char *session_filename = NULL; +static char *bookmark_url = NULL; +static char *bookmarks_file = NULL; static struct poptOption popt_options[] = { |