comparison 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
comparison
equal deleted inserted replaced
11779:80af53b5b3c5 11780:8cb75ba77f9d
1547 return; 1547 return;
1548 } 1548 }
1549 1549
1550 #ifndef _WIN32 1550 #ifndef _WIN32
1551 /* Are we trying to send a .desktop file? */ 1551 /* Are we trying to send a .desktop file? */
1552 else if (g_str_has_suffix(basename, ".desktop") && (item = gaim_desktop_item_new_from_file(filename))) { 1552 else if (gaim_str_has_suffix(basename, ".desktop") && (item = gaim_desktop_item_new_from_file(filename))) {
1553 GaimDesktopItemType dtype; 1553 GaimDesktopItemType dtype;
1554 char key[64]; 1554 char key[64];
1555 const char *itemname = NULL; 1555 const char *itemname = NULL;
1556 1556
1557 #if GTK_CHECK_VERSION(2,6,0) 1557 #if GTK_CHECK_VERSION(2,6,0)