~ubuntu-branches/ubuntu/hardy/gtk2-engines-xfce/hardy

« back to all changes in this revision

Viewing changes to src/xfce_theme_main.c

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2005-06-18 09:50:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050618095055-uewrdgl4duhzk9sh
Tags: 2.2.7-1
* New Upstream Release
* Change suite to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  gxfce
2
 
 *  Copyright (C) 1999 Olivier Fourdan (fourdan@xfce.org)
 
1
/*  $Id: xfce_theme_main.c 320 2004-08-25 17:57:54Z olivier $
3
2
 *
4
3
 *  This program is free software; you can redistribute it and/or modify
5
4
 *  it under the terms of the GNU General Public License as published by
14
13
 *  You should have received a copy of the GNU General Public License
15
14
 *  along with this program; if not, write to the Free Software
16
15
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
 
*/
 
16
 *
 
17
 *  Copyright (C) 1999-2004 Olivier Fourdan (fourdan@xfce.org)
 
18
 *
 
19
 *  Portions based Thinice port by 
 
20
 *                       Tim Gerla <timg@rrv.net>,
 
21
 *                       Tomas �gren <stric@ing.umu.se,
 
22
 *                       Richard Hult <rhult@codefactory.se>
 
23
 *  Portions based on Smooth theme by
 
24
 *                       Andrew Johnson <ajgenius@ajgenius.us>
 
25
 *  Portions based on IceGradient theme by  
 
26
 *                       Tim Gerla <timg@means.net>
 
27
 *                       Tomas Ögren <stric@ing.umu.se>
 
28
 *                       JM Perez <jose.perez@upcnet.es>
 
29
 *  Portions based on Wonderland theme by   
 
30
 *                       Garrett LeSage
 
31
 *                       Alexander Larsson
 
32
 *                       Owen Taylor <otaylor@redhat.com>
 
33
 *  Portions based on Raleigh theme by 
 
34
 *                       Owen Taylor <otaylor@redhat.com>
 
35
 *  Portions based on Notif theme
 
36
 *  Portions based on Notif2 theme
 
37
 *  Portions based on original GTK theme
 
38
 */
18
39
 
19
40
#ifdef HAVE_CONFIG_H
20
41
#  include "config.h"