X-Git-Url: http://git.code-monkey.de/?p=redact.git;a=blobdiff_plain;f=lib%2Fredact%2Fsource.rb;h=dbfd70a7aa93c9c40116530c5a63ac7de2ca7ce3;hp=9a6d36376cba023eb9065919adbe127cae80189d;hb=5509b434e26fd1a8c9c3990154a881583b81d2a6;hpb=bf303d7901b8d8105571f66c1fa4fb7f0907bed4 diff --git a/lib/redact/source.rb b/lib/redact/source.rb index 9a6d363..dbfd70a 100644 --- a/lib/redact/source.rb +++ b/lib/redact/source.rb @@ -1,6 +1,4 @@ #-- -# $Id: source.rb 48 2005-06-08 21:38:34Z tilman $ -# # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # # Permission is hereby granted, free of charge, to any person obtaining @@ -61,7 +59,7 @@ module Redact end def to_eet_properties - {"file" => [@font.filename], + {"file" => [@font.save_as], "name" => [@font.alias]} end end