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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2007-08-13 21:23:04 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813212304-lygqq9gtx4g548w9
Tags: 0.11-1
* New upstream release
  - Fix crash when deleting tasks (Fixes: #437097)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  COLUMN_PRIORITY, /* int */
55
55
  COLUMN_DUE, /* GDate */
56
56
  COLUMN_SUMMARY, /* string */
57
 
  COLUMN_DESCRIPTION, /* string */
58
 
  COLUMN_CATEGORY, /* string array */
59
57
  COLUMN_URL, /* string */
60
58
};
61
59