aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dialog.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-05-02 03:48:05 +0800
committerChristian Persch <chpe@src.gnome.org>2005-05-02 03:48:05 +0800
commite7d3de6ca1957c42c780d07473e76898a573c796 (patch)
treeda133ac96ee813c69357578aec844e6bf1fdc01f /lib/ephy-dialog.c
parent165179754e9c3a75b1c5405dd14dc6ea6939dca3 (diff)
downloadgsoc2013-epiphany-e7d3de6ca1957c42c780d07473e76898a573c796.tar
gsoc2013-epiphany-e7d3de6ca1957c42c780d07473e76898a573c796.tar.gz
gsoc2013-epiphany-e7d3de6ca1957c42c780d07473e76898a573c796.tar.bz2
gsoc2013-epiphany-e7d3de6ca1957c42c780d07473e76898a573c796.tar.lz
gsoc2013-epiphany-e7d3de6ca1957c42c780d07473e76898a573c796.tar.xz
gsoc2013-epiphany-e7d3de6ca1957c42c780d07473e76898a573c796.tar.zst
gsoc2013-epiphany-e7d3de6ca1957c42c780d07473e76898a573c796.zip
A src/languages.h:
2005-05-01 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * data/epiphany.schemas.in: * lib/ephy-langs.c: A src/languages.h: * src/prefs-dialog.c: (prefs_dialog_show_help), (create_language_section), (get_download_button_label), (prefs_dialog_init): Add more font languages, and generate the language list from the unicode supplemental data. * lib/ephy-dialog.c: * lib/ephy-dialog.h: * src/prefs-dialog.c: Constification.
Diffstat (limited to 'lib/ephy-dialog.c')
-rw-r--r--lib/ephy-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-dialog.c b/lib/ephy-dialog.c
index efeb5dcdd..9cd0518a3 100644
--- a/lib/ephy-dialog.c
+++ b/lib/ephy-dialog.c
@@ -1096,7 +1096,7 @@ void
ephy_dialog_add_enum (EphyDialog *dialog,
const char *id,
guint n_items,
- const char **items)
+ const char *const *items)
{
PropertyInfo *info;
int i = 0;