~am-monkeyd/marlin/marlin-gtk2-test

« back to all changes in this revision

Viewing changes to src/fm-list-model.c

  • Committer: am.monkeyd at gmail
  • Date: 2011-03-28 00:45:43 UTC
  • Revision ID: am.monkeyd@gmail.com-20110328004543-ve0wln9096cas56w
rename draft

Show diffs side-by-side

added added

removed removed

Lines of Context:
618
618
    return ptr;
619
619
}
620
620
 
621
 
#if 0
622
621
struct GetIters {
623
622
    FMListModel *model;
624
623
    GOFFile *file;
684
683
        res = TRUE;
685
684
        *iter = *(GtkTreeIter *)list->data;
686
685
    }
687
 
    //eel_g_list_free_deep (list);
 
686
    g_list_free_full (list, g_free);
688
687
 
689
688
    return res;
690
689
}
691
 
#endif
692
690
 
693
691
gboolean
694
692
fm_list_model_get_tree_iter_from_file (FMListModel *model, GOFFile *file,