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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-01-18 13:21:48 UTC
  • mfrom: (1.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100118132148-0miy3p9gvkuwnq2g
* New upstream release
* Remove gpgme_1.2_compat patch, included in upstream
* debian/watch: Update upstream tarballs url
* debian/control: 
  - Update homepage
  - Add libdbus-glib-1-dev to Build-Depends
* debian/copyright: 
  - Update source url
  - Update copyright years

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2
2
/*
3
3
 * Almanah
4
 
 * Copyright (C) Philip Withnall 2008 <philip@tecnocode.co.uk>
 
4
 * Copyright (C) Philip Withnall 2008-2009 <philip@tecnocode.co.uk>
5
5
 * 
6
6
 * Almanah is free software: you can redistribute it and/or modify
7
7
 * it under the terms of the GNU General Public License as published by
24
24
#include "calendar-appointment.h"
25
25
#include "main.h"
26
26
 
27
 
static void almanah_calendar_appointment_event_init (AlmanahCalendarAppointmentEvent *self);
28
27
static void almanah_calendar_appointment_event_finalize (GObject *object);
29
28
static const gchar *almanah_calendar_appointment_event_format_value (AlmanahEvent *event);
30
29
static gboolean almanah_calendar_appointment_event_view (AlmanahEvent *event);