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

« back to all changes in this revision

Viewing changes to src/event-factory.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
22
22
#include "event-factory.h"
23
23
#include "event-factory-builtins.h"
24
24
 
25
 
static void almanah_event_factory_init (AlmanahEventFactory *self);
26
25
static void almanah_event_factory_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec);
27
26
 
28
27
struct _AlmanahEventFactoryPrivate {