aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-05-28 05:42:15 +0800
committerChristian Persch <chpe@src.gnome.org>2003-05-28 05:42:15 +0800
commit6bbe4f3029a55ef83fd317267578f9246cf48950 (patch)
tree59b5b9dc7f4bc113706aa3bcc3dd60ea933620d4
parent042b7d8e719fe040d56e9d3705986dbda1b265f4 (diff)
downloadgsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar
gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.gz
gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.bz2
gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.lz
gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.xz
gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.tar.zst
gsoc2013-epiphany-6bbe4f3029a55ef83fd317267578f9246cf48950.zip
Fix the compiler warning from my previous checkin.
2003-05-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp (impl_get_charset_groups): Fix the compiler warning from my previous checkin.
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cab161b9..2964e75ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-05-27 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/mozilla-embed-single.cpp (impl_get_charset_groups):
+
+ Fix the compiler warning from my previous checkin.
+
+2003-05-27 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/mozilla-embed-single.cpp: (impl_get_charset_titles),
(impl_get_charset_groups), (impl_get_font_list):
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index 168b9262b..bc6084d7b 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -757,7 +757,7 @@ impl_get_charset_groups (EphyEmbedSingle *shell,
GList **groups)
{
GList *l = NULL;
- int i;
+ guint i;
for (i = 0; i < n_lgroups; i++)
{