~ubuntu-branches/ubuntu/karmic/tasks/karmic

« back to all changes in this revision

Viewing changes to libkoto/koto-task-store.c

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2007-05-27 18:52:30 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070527185230-2fzwlk3fkoftp8ac
Tags: 0.7-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
    icalproperty_free (prop);
153
153
  }
154
154
  
 
155
  /* TODO: if iter is NULL use insert_with_values so that insertions are sorted */
155
156
  gtk_list_store_set (GTK_LIST_STORE (store), iter,
156
157
                      COLUMN_ICAL, koto_task_new (icalcomponent_new_clone (ical)),
157
158
                      COLUMN_DONE, status == ICAL_STATUS_COMPLETED,