(trunk gtk) #2991 "Transmission "Set Location" - dialog doesn't disappear" -- fixed in trunk for 1.92

This commit is contained in:
Charles Kerr 2010-02-27 21:00:46 +00:00
parent 54b394d160
commit a5c714d16b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ onTimer( gpointer gdata )
}
else if( done != TR_LOC_MOVING )
{
gtk_widget_destroy( GTK_WIDGET( data->moving_dialog ) );
gtk_widget_destroy( GTK_WIDGET( data->dialog ) );
g_free( data );
}