Changeset 3799
- Timestamp:
- Nov 11, 2007, 8:38:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/main.c
r3771 r3799 443 443 } 444 444 445 /* freeze the gui*/446 if( cbdata->wind )447 445 /* clear the UI */ 446 gtk_list_store_clear( GTK_LIST_STORE( tr_core_model( cbdata->core ) ) ); 447 gtk_widget_set_sensitive( GTK_WIDGET( cbdata->wind ), FALSE ); 448 448 449 449 /* shut down libT */
Note: See TracChangeset
for help on using the changeset viewer.