From b7287fc33da0e38518d8f118dbed927b2b4c3cff Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Tue, 14 Feb 2006 14:37:16 +0000 Subject: Another typo fix from gfree to g_free. 2006-02-14 Andre Klapper * bbdb.c (bbdb_page_factory): Another typo fix from gfree to g_free. svn path=/trunk/; revision=31521 --- plugins/bbdb/ChangeLog | 4 ++++ plugins/bbdb/bbdb.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index 6709c4ab1c..358d9cce55 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,7 @@ +2006-02-14 Andre Klapper + + * bbdb.c (bbdb_page_factory): Another typo fix from gfree to g_free. + 2006-02-14 Veerapuram Varadhan * bbdb.c (bbdb_page_factory): A typo fix from gfree to g_free. diff --git a/plugins/bbdb/bbdb.c b/plugins/bbdb/bbdb.c index 1df49d9837..31c964ba71 100644 --- a/plugins/bbdb/bbdb.c +++ b/plugins/bbdb/bbdb.c @@ -474,7 +474,7 @@ bbdb_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data) frame_label = gtk_label_new (""); str = g_strdup_printf ("%s", _("Instant Messaging Contacts")); 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