comparison src/prefs.c @ 4330:a9dc4f90d490

[gaim-migrate @ 4594] bufgix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 17 Jan 2003 23:28:06 +0000
parents 92ee505756d6
children c8f374cadbd9
comparison
equal deleted inserted replaced
4329:92ee505756d6 4330:a9dc4f90d490
329 329
330 /* We'll check this just to make sure. This also lets us do something different on 330 /* We'll check this just to make sure. This also lets us do something different on
331 * other platforms, if need be */ 331 * other platforms, if need be */
332 if (!g_strcasecmp(tail, ".gz") || !g_strcasecmp(tail, ".tgz")) 332 if (!g_strcasecmp(tail, ".gz") || !g_strcasecmp(tail, ".tgz"))
333 grab_url(name, TRUE, theme_got_url, ".tgz"); 333 grab_url(name, TRUE, theme_got_url, ".tgz");
334
335 g_free(tail);
336 } 334 }
337 335
338 gtk_drag_finish(dc, TRUE, FALSE, t); 336 gtk_drag_finish(dc, TRUE, FALSE, t);
339 } 337 }
340 338