Merge TrBackend into TrCore.

This commit is contained in:
Josh Elsasser
2007-05-23 04:39:06 +00:00
parent 61263c844e
commit a19989c544
8 changed files with 169 additions and 432 deletions

View File

@@ -574,6 +574,7 @@ exitcheck( gpointer gdata )
{
gtk_widget_destroy( GTK_WIDGET( cbdata->wind ) );
}
tr_core_clear( cbdata->core ); /* XXX god these circular references suck */
g_object_unref( cbdata->core );
if( NULL != cbdata->icon )
{