~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

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

  • Committer: jeremy at elementaryos
  • Date: 2014-11-13 20:24:33 UTC
  • mto: (1459.3.2 all-views-vala-local-find)
  • mto: This revision was merged to the branch mainline in revision 1643.
  • Revision ID: jeremy@elementaryos.org-20141113202433-zuus66rud9novcbq
Remove unnecessary comment lines, remove redundant files, remove or revise TODOs and FIXMEs, update about dialog authors list and AUTHORS file

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
    g_return_val_if_fail (iter->stamp == model->details->stamp, NULL);
200
200
 
201
201
    if (g_sequence_iter_is_end (iter->user_data)) {
202
 
        /* FIXME is this right? */
 
202
        /* is this right? */
203
203
        return NULL;
204
204
    }
205
205