From 324ea588c21783c5daac0b64ed4be112216fceba Mon Sep 17 00:00:00 2001 From: Veerapuram Varadhan Date: Tue, 14 Feb 2006 13:33:34 +0000 Subject: A typo fix from gfree to g_free. * itip-formatter.c (itip_formatter_page_factory): A typo fix from gfree to g_free. svn path=/trunk/; revision=31519 --- plugins/itip-formatter/ChangeLog | 5 +++++ plugins/itip-formatter/itip-formatter.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog index 317c40bd3d..88b8ca4411 100644 --- a/plugins/itip-formatter/ChangeLog +++ b/plugins/itip-formatter/ChangeLog @@ -1,3 +1,8 @@ +2006-02-14 Veerapuram Varadhan + + * itip-formatter.c (itip_formatter_page_factory): A typo fix from + gfree to g_free. + 2006-02-12 Karsten Bräckelmann * itip-formatter.c (itip_formatter_page_factory): diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c index 6b80b69e24..9668e51c45 100644 --- a/plugins/itip-formatter/itip-formatter.c +++ b/plugins/itip-formatter/itip-formatter.c @@ -2003,7 +2003,7 @@ itip_formatter_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data) frame_label = gtk_label_new (""); str = g_strdup_printf ("%s", _("Conflict Search")); gtk_label_set_markup (GTK_LABEL (frame_label), str); - gfree (str); + g_free (str); GTK_MISC (frame_label)->xalign = 0.0; gtk_box_pack_start (GTK_BOX (frame), frame_label, FALSE, FALSE, 0); -- cgit v1.2.3