diff src/gtkblist.c @ 7628:e293d0c42ccb

[gaim-migrate @ 8252] "Hi, my name is Gaim ... and I'm addicted to glib 2.0." committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 25 Nov 2003 03:30:59 +0000
parents 4f41c4aa9913
children 01c1b3ea70c6
line wrap: on
line diff
--- a/src/gtkblist.c	Tue Nov 25 02:23:25 2003 +0000
+++ b/src/gtkblist.c	Tue Nov 25 03:30:59 2003 +0000
@@ -1132,7 +1132,7 @@
 	s = uris;
 
 	do {
-		if (g_str_has_prefix(*s, "file://")) {
+		if (gaim_str_has_prefix(*s, "file://")) {
 			char *file = g_strstrip(*s + strlen ("file://"));
 
 			serv_send_file(buddy->account->gc, buddy->name, file); 
@@ -1193,7 +1193,7 @@
 
 			/* Count how many files the user is trying to send */
 			do {
-				if (g_str_has_prefix (*s, "file://"))
+				if (gaim_str_has_prefix (*s, "file://"))
 					n++;
 			} while (*(++s));