aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-gui-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/widgets/eab-gui-util.c')
-rw-r--r--addressbook/gui/widgets/eab-gui-util.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c
index d1fc8fd254..1ade6b143a 100644
--- a/addressbook/gui/widgets/eab-gui-util.c
+++ b/addressbook/gui/widgets/eab-gui-util.c
@@ -82,8 +82,6 @@ typedef enum {
ADDRESS_FORMAT_BUSINESS = 1
} AddressFormat;
-
-
void
eab_error_dialog (EAlertSink *alert_sink, const gchar *msg, const GError *error)
{
@@ -584,7 +582,6 @@ eab_parse_qp_email_to_html (const gchar *string)
return value;
}
-
/*
* eab_format_address helper function
*
@@ -643,7 +640,6 @@ get_locales_str (void)
return ret;
}
-
/*
* Reads countrytransl.map file, which contains map of localized
* country names and their ISO codes and tries to find matching record
@@ -706,7 +702,6 @@ country_to_ISO (const gchar *country)
return res;
}
-
/*
* Tries to find given key in "country_LANGUAGE" group. When fails to find
* such group, then fallbacks to "country" group. When such group does not
@@ -966,7 +961,7 @@ parse_address_template_section (const gchar *format,
bpos1 = pos + 2;
bpos2 = find_balanced_bracket (bpos1);
- inner = g_strndup (bpos1 + 1, bpos2 - bpos1 - 2); /* Get inner content of the %0(...) */
+ inner = g_strndup (bpos1 + 1, bpos2 - bpos1 - 2); /* Get inner content of the %0 (...) */
replaced = parse_address_template_section (inner, realname, org_name, address, &ires);
if (replaced)
g_string_append (res, ires);