From e0b14f264936aa2b060abb8190d47e68fe265ba3 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 25 Nov 2004 14:45:12 +0000 Subject: Fix compile in the !HAVE_ISO_CODES case. 2004-11-25 Christian Persch * src/prefs-dialog.c: (create_language_section): Fix compile in the !HAVE_ISO_CODES case. --- ChangeLog | 6 ++++++ src/prefs-dialog.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc108e412..4b28936b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-11-25 Christian Persch + + * src/prefs-dialog.c: (create_language_section): + + Fix compile in the !HAVE_ISO_CODES case. + 2004-11-25 Christian Persch * configure.ac: diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index f8a863d1a..f47c7474c 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1367,7 +1367,7 @@ create_language_section (EphyDialog *dialog) #else /* !HAVE_ISO_CODES */ - int i; + int i, n_languages = G_N_ELEMENTS (languages); for (i = 0; i < n_languages; i++) { -- cgit v1.2.3