~ubuntu-branches/ubuntu/karmic/fsviewer/karmic

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Francois Gurin
  • Date: 2004-08-12 16:13:27 UTC
  • mfrom: (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040812161327-4b2uq9v4gmxpgp9t
Tags: 0.2.5-6
* Fix ICONDIR problem  (closes: #261880)
* Fix FTBFS problems with patched api changes and dependency on libwraster-dev (closes: #280283)
* Implemented work around for BadWindow error (re: #288605)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
        
3
 
        acconfig.h
4
 
        for fsviewer
5
 
        hacked together by Will Lowe
6
 
        <lowe@debian.org>
7
 
        for the Debian package of fsviewer
8
 
        
9
 
 */
10
 
 
11
 
 
12
 
/* This dicates where the fsviewer icons go */
13
 
#define ICONDIR /usr/share/fsviewer/icons
14
 
 
15
 
/* This turns off some timestamp someplace */
16
 
#define CLK 0
 
1
/* Define CLK if we want to display the inspector timestamp */
 
2
#define CLK 1
 
3
 
 
4
/* Define ICONDIR as the directoy contains the xpm and/or TIFF image dirs */
 
5
#define ICONDIR "/usr/share/fsviewer/icons"
 
6