mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(trunk gtk) #2991 "Transmission "Set Location" - dialog doesn't disappear" -- fixed in trunk for 1.92
This commit is contained in:
parent
54b394d160
commit
a5c714d16b
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue