Changeset 2185 for trunk/gtk/main.c
- Timestamp:
- Jun 22, 2007, 8:59:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/main.c
r2149 r2185 193 193 action_sensitize( "start-torrent", (status & TR_STATUS_INACTIVE) != 0); 194 194 action_sensitize( "remove-torrent", status != 0); 195 action_sensitize( "recheck-torrent", status != 0); 195 196 action_sensitize( "show-torrent-inspector", status != 0); 196 197 } … … 1046 1047 if( !data->msgwinopen ) 1047 1048 { 1048 GtkWidget * win = msgwin_create( );1049 GtkWidget * win = msgwin_create( data->core ); 1049 1050 g_signal_connect( win, "destroy", G_CALLBACK( boolwindclosed ), 1050 1051 &data->msgwinopen );
Note: See TracChangeset
for help on using the changeset viewer.