Mercurial > pidgin.yaz
changeset 4332:c8f374cadbd9
[gaim-migrate @ 4596]
And let's let people actually drag-and-drop again :)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 18 Jan 2003 01:09:59 +0000 |
parents | bbd7b12986a8 |
children | cc2f780c0505 |
files | src/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/prefs.c Sat Jan 18 00:53:42 2003 +0000 +++ b/src/prefs.c Sat Jan 18 01:09:59 2003 +0000 @@ -329,8 +329,7 @@ /* We'll check this just to make sure. This also lets us do something different on * other platforms, if need be */ - if (!g_strcasecmp(tail, ".gz") || !g_strcasecmp(tail, ".tgz")) - grab_url(name, TRUE, theme_got_url, ".tgz"); + grab_url(name, TRUE, theme_got_url, ".tgz"); } gtk_drag_finish(dc, TRUE, FALSE, t);