~ubuntu-branches/ubuntu/karmic/grace/karmic

« back to all changes in this revision

Viewing changes to debian/patches/gracerc.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ionut Georgescu
  • Date: 2006-11-12 17:58:47 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061112175847-pwerjj6k1smuwp6f
Tags: 1:5.1.20-5
Fix a bug in grace-thumbnailer which makes it write the thumbnail to
stdout instead of the destination supplied by nautilus.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== gracerc
 
2
==================================================================
 
3
--- gracerc     (revision 242)
 
4
+++ gracerc     (local)
 
5
@@ -4,10 +4,10 @@
 
6
 #     +------------------------------------+
 
7
 #
 
8
 # Convert old binary projects on-the-fly
 
9
-DEFINE IFILTER "bin/grconvert %s -" MAGIC "00000031" 
 
10
+DEFINE IFILTER "grconvert %s -" MAGIC "00000031" 
 
11
 #
 
12
 # This one is for automatic import of Origin-4 fit description files
 
13
-DEFINE IFILTER "auxiliary/fdf2fit %s -" PATTERN "*.fdf"
 
14
+DEFINE IFILTER "fdf2fit %s -" PATTERN "*.fdf"
 
15
 #
 
16
 # Save disk space by keeping files gzip'ed
 
17
 DEFINE IFILTER "gzip -dc %s" PATTERN "*.gz"