diff options
Diffstat (limited to 'embed/ephy-embed-utils.c')
-rw-r--r-- | embed/ephy-embed-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c index e119d1f8a..8a8e116f7 100644 --- a/embed/ephy-embed-utils.c +++ b/embed/ephy-embed-utils.c @@ -244,7 +244,7 @@ ephy_embed_utils_build_charsets_submenu (BonoboUIComponent *ui_component, for (gl = groups; gl != NULL; gl = gl->next) { GList *charsets, *cl; - const char *group = (const char *)groups->data; + const char *group = (const char *)gl->data; build_group (xml_string, group, group_index); |