(trunk gtk) some tr-core cleanup
Variable and function name cleanup; regrouping related functions together, etc.
This commit is contained in:
parent
c6d31092dc
commit
dcc070c86c
|
@ -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 ) );
|
||||
|
|
1302
gtk/tr-core.c
1302
gtk/tr-core.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue