]> granicus.if.org Git - transmission/commitdiff
(trunk gtk) #2991 "Transmission "Set Location" - dialog doesn't disappear" -- fixed...
authorCharles Kerr <charles@transmissionbt.com>
Sat, 27 Feb 2010 21:00:46 +0000 (21:00 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sat, 27 Feb 2010 21:00:46 +0000 (21:00 +0000)
gtk/relocate.c

index f0df5f97a93eac7476373dc38ca3687f589d0406..07a44c19fdbabfaee4c7c61629dd6d48ef40aabb 100644 (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 );
     }