(trunk gtk) fix r11563 bug that stopped showing the Torrent Options dialog

This commit is contained in:
Charles Kerr 2010-12-22 03:06:06 +00:00
parent 6b7babde5c
commit 1b7a8cdc68
1 changed files with 2 additions and 0 deletions

View File

@ -1285,6 +1285,8 @@ onAddTorrent( TrCore * core, tr_ctor * ctor, gpointer gdata )
if( cbdata->wind )
gtk_window_set_urgency_hint( cbdata->wind, TRUE );
#endif
gtk_widget_show( w );
}
static void