comparison src/gtkprefs.c @ 6516:7c14b35bc984

[gaim-migrate @ 7033] reversed the last yahoo info patch and applied this one instead, which includes msn info support. ChipX86: if this messes you up, tell me and i'll switch it back. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 20 Aug 2003 02:45:31 +0000
parents 338147ea6896
children 42fdf16f1dad
comparison
equal deleted inserted replaced
6515:785a272be6ce 6516:7c14b35bc984
536 if ((tail = strrchr(name, '.')) == NULL) 536 if ((tail = strrchr(name, '.')) == NULL)
537 return; 537 return;
538 538
539 /* We'll check this just to make sure. This also lets us do something different on 539 /* We'll check this just to make sure. This also lets us do something different on
540 * other platforms, if need be */ 540 * other platforms, if need be */
541 grab_url(name, TRUE, theme_got_url, ".tgz"); 541 grab_url(name, TRUE, theme_got_url, ".tgz", NULL, 0);
542 } 542 }
543 543
544 gtk_drag_finish(dc, TRUE, FALSE, t); 544 gtk_drag_finish(dc, TRUE, FALSE, t);
545 } 545 }
546 546