(trunk gtk) rewrite the 'create torrent' dialog

This commit is contained in:
Charles Kerr
2009-09-17 01:28:45 +00:00
parent 4e85d983da
commit 3ca7f7f63c
5 changed files with 359 additions and 387 deletions

View File

@@ -1390,8 +1390,7 @@ doAction( const char * action_name, gpointer user_data )
}
else if( !strcmp( action_name, "new-torrent" ) )
{
GtkWidget * w = make_meta_ui( GTK_WINDOW( data->wind ),
tr_core_session( data->core ) );
GtkWidget * w = make_meta_ui( GTK_WINDOW( data->wind ), data->core );
gtk_widget_show_all( w );
}
else if( !strcmp( action_name, "remove-torrent" ) )