~ubuntu-branches/ubuntu/utopic/gossip/utopic

« back to all changes in this revision

Viewing changes to peekaboo/src/peekaboo-applet.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-03-05 08:21:49 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070305082149-9hnkboi8t8fizggz
Tags: 0.23-0ubuntu1
* New upstream release.
* debian/control.in:
  - changed Maintainer field.
  - bumped dbus requirement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
2
/* 
3
 
 * Copyright (C) 2006 Imendio AB
 
3
 * Copyright (C) 2006-2007 Imendio AB
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or modify
6
6
 * it under the terms of the GNU General Public License as published by
16
16
 * along with this program; if not, write to the Free Software
17
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
18
 *
 
19
 * Authors: Martyn Russell <martyn@imendio.com>
19
20
 */
20
21
 
21
 
#include <config.h>
 
22
#include "config.h"
22
23
 
23
24
#include <string.h>
24
25
 
27
28
#include <bonobo/bonobo-ui-component.h>
28
29
#include <panel-applet-gconf.h>
29
30
 
 
31
 
30
32
#include "peekaboo-applet.h"
31
33
#include "peekaboo-dbus.h"
 
34
 
32
35
#ifdef HAVE_GALAGO
33
36
#include "peekaboo-galago.h"
34
37
#endif
 
38
 
35
39
#include "peekaboo-stock.h"
36
40
#include "peekaboo-utils.h"
37
41