~ps-jenkins/indicator-datetime/latestsnapshot-13.10.0+13.10.20131023.2-0ubuntu1

« back to all changes in this revision

Viewing changes to src/planner.h

  • Committer: Tarmac
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-10-22 22:35:31 UTC
  • mfrom: (278.1.1 indicator-datetime)
  • Revision ID: tarmac-20131022223531-rn7zr7smbnlki2ak
Revert revision 277 which appears to be more feature than bugfix applicable for SRU.

Approved by PS Jenkins bot, Ted Gould.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
struct IndicatorDatetimeAppt
42
42
{
43
 
  gchar * color;
44
 
  gchar * summary;
45
 
  gchar * url;
46
 
  gchar * uid;
 
43
  char * color;
 
44
  char * summary;
47
45
  GDateTime * begin;
48
46
  GDateTime * end;
49
47
  gboolean is_event;