(trunk gtk) tweak the last commit a little.

This commit is contained in:
Charles Kerr
2009-11-22 22:53:31 +00:00
parent c7db82d48c
commit 0356a9f3d9
4 changed files with 4 additions and 5 deletions

View File

@@ -486,7 +486,7 @@ onAddURLResponse( GtkDialog * dialog, int response, gpointer user_data )
{
TrCore * core = user_data;
if( gtr_is_supported_url( url ) )
if( gtr_is_supported_url( url ) || gtr_is_magnet_link( url ) )
{
tr_core_add_from_url( core, url );
}