aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/bbdb/ChangeLog4
-rw-r--r--plugins/bbdb/bbdb.c2
2 files changed, 5 insertions, 1 deletions
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 <a9016009@gmx.de>
+
+ * bbdb.c (bbdb_page_factory): Another typo fix from gfree to g_free.
+
2006-02-14 Veerapuram Varadhan <vvaradhan@novell.com>
* 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 ("<span weight=\"bold\">%s</span>", _("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);
span class='insertions'>+0 7 +0800'>2006-02-024-15/+65 * SHA256ifyedwin2006-01-231-0/+1 * MAINTAINER-UPDATE: net/trafshow back to ports@freebsd.orgedwin2006-01-071-1/+1 * Workaround bpf non-blocking brokenness (kern/84823).jylefort2005-11-082-0/+12 * - Update to 5.2.1 [1]jylefort2005-11-0510-196/+32 * MAINTAINER-UPDATE: net/trafshow restore patch-ahedwin2005-01-122-1/+117 * Port conflict (net/trafshow and net/trafshow4)edwin2004-10-141-0/+2 * bump PORTEPOCHsem2004-08-171-0/+1 * Repocopy net/trafshow -> net/trafshow4sem2004-08-172-4/+5 * Update to 4.0krion2004-08-083-124/+4 * - Recognize gre, gif, esp protocolspav2004-07-312-7/+15 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * adds a handy column mask feature (-m) to net/trafshowleeym2003-06-302-1/+121 * Auto-detect the libslang dependency (trafshow uses it if available).roam2003-04-221-2/+7 * De-pkg-comment.knu2003-02-212-1/+1