(trunk gtk) some tr-core cleanup

Variable and function name cleanup; regrouping related functions together, etc.
This commit is contained in:
Jordan Lee 2011-03-03 07:17:57 +00:00
parent c6d31092dc
commit dcc070c86c
2 changed files with 660 additions and 644 deletions

View File

@ -1660,7 +1660,7 @@ accumulate_selected_torrents( GtkTreeModel * model, GtkTreePath * path UNUSED
GtkTreeIter * iter, gpointer gdata )
{
int id;
GSList ** data = ( GSList** ) gdata;
GSList ** data = gdata;
gtk_tree_model_get( model, iter, MC_TORRENT_ID, &id, -1 );
*data = g_slist_append( *data, GINT_TO_POINTER( id ) );

File diff suppressed because it is too large Load Diff