~ubuntu-branches/ubuntu/natty/xfce4-panel/natty

« back to all changes in this revision

Viewing changes to plugins/systray/systray-manager.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-04 19:42:23 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110104194223-fuf883uda9kxvwn5
Tags: 4.7.7-0ubuntu1
* New upstream development release.
* debian/patches/abicheck.diff: dropped, included upstream.
* debian/xfce4-panel.shlibs: bumped to >= 4.7.7, because of some changes
  for external plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * Copyright (c) 2003-2004 Benedikt Meurer <benny@xfce.org>
4
4
 * Copyright (c) 2003-2004 Olivier Fourdan <fourdan@xfce.org>
5
5
 * Copyright (c) 2003-2006 Vincent Untz
6
 
 * Copyright (c) 2007-2009 Nick Schermer <nick@xfce.org>
 
6
 * Copyright (c) 2007-2010 Nick Schermer <nick@xfce.org>
7
7
 *
8
 
 * This program is free software; you can redistribute it and/or modify it
 
8
 * This library is free software; you can redistribute it and/or modify it
9
9
 * under the terms of the GNU General Public License as published by the Free
10
10
 * Software Foundation; either version 2 of the License, or (at your option)
11
11
 * any later version.
12
12
 *
13
 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 
13
 * This library is distributed in the hope that it will be useful, but WITHOUT
14
14
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15
15
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
16
16
 * more details.
17
17
 *
18
 
 * You should have received a copy of the GNU General Public License along with
19
 
 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
20
 
 * Place, Suite 330, Boston, MA  02111-1307  USA
 
18
 * You should have received a copy of the GNU Library General Public License
 
19
 * along with this library; if not, write to the Free Software Foundation,
 
20
 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
21
21
 */
22
22
 
23
23
#ifdef HAVE_CONFIG_H