Changeset 1647 for trunk/gtk/main.c
- Timestamp:
- Apr 3, 2007, 8:18:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/main.c
r1615 r1647 424 424 updatemodel( cbdata ); 425 425 426 /* this shows the window */427 tr_window_size_hack( wind );428 429 426 /* set up the ipc socket now that we're ready to get torrents from it */ 430 427 ipc_socket_setup( GTK_WINDOW( wind ), addtorrents, wannaquit, cbdata ); 428 429 /* show the window */ 430 tr_window_show( wind ); 431 431 } 432 432 … … 470 470 win = tr_window_new(); 471 471 winsetup( cbdata, TR_WINDOW( win ) ); 472 473 /* this shows the window */ 474 tr_window_size_hack( TR_WINDOW( win ) ); 472 tr_window_show( TR_WINDOW( win ) ); 475 473 } 476 474
Note: See TracChangeset
for help on using the changeset viewer.