diff src/gtkutils.c @ 11780:8cb75ba77f9d

[gaim-migrate @ 14071] I've been time travelling, I bumped into Gtk 2.0 on my way. Gaim now works with Gtk 2.0 again. Next stop: gtk 1.2 ... erm. what? ... NO! PS. resiak: I won! committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 24 Oct 2005 00:31:41 +0000
parents 3a05b53a589e
children f672349cfc1c
line wrap: on
line diff
--- a/src/gtkutils.c	Mon Oct 24 00:18:37 2005 +0000
+++ b/src/gtkutils.c	Mon Oct 24 00:31:41 2005 +0000
@@ -1549,7 +1549,7 @@
 
 #ifndef _WIN32
 		/* Are we trying to send a .desktop file? */
-		else if (g_str_has_suffix(basename, ".desktop") && (item = gaim_desktop_item_new_from_file(filename))) {
+		else if (gaim_str_has_suffix(basename, ".desktop") && (item = gaim_desktop_item_new_from_file(filename))) {
 			GaimDesktopItemType dtype;
 			char key[64];
 			const char *itemname = NULL;