~ubuntu-branches/ubuntu/raring/almanah/raring

« back to all changes in this revision

Viewing changes to src/events/calendar-task.c

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-09-12 16:17:19 UTC
  • Revision ID: package-import@ubuntu.com-20120912161719-02jiv1sjurchyl0v
Tags: 0.9.0-1ubuntu1
* debian/patches/git_support_latest_eds.patch:
  - upstream patch to build with latest libecal/libedataserver

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
        event_class->name = _("Calendar Task");
50
50
        event_class->description = _("A task on an Evolution calendar.");
51
 
        event_class->icon_name = "stock_task";
 
51
        event_class->icon_name = "evolution-tasks";
52
52
 
53
53
        event_class->format_value = almanah_calendar_task_event_format_value;
54
54
        event_class->view = almanah_calendar_task_event_view;