diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-06-15 06:05:16 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-06-15 06:05:16 +0000 |
commit | 6e9a12de8594955216af8a7363a96da1cfdb0c9a (patch) | |
tree | 44999606a1639f85dd5727ddd14a7732461980c7 /misc/gcstar/files | |
parent | 322ab279fcf69f9ad5e64972ac2fe0f5c47e7cc7 (diff) | |
download | ports-6e9a12de8594955216af8a7363a96da1cfdb0c9a.tar.gz ports-6e9a12de8594955216af8a7363a96da1cfdb0c9a.zip |
Notes
Diffstat (limited to 'misc/gcstar/files')
-rw-r--r-- | misc/gcstar/files/patch-GCmusics.gcm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/gcstar/files/patch-GCmusics.gcm b/misc/gcstar/files/patch-GCmusics.gcm new file mode 100644 index 000000000000..419b169839f5 --- /dev/null +++ b/misc/gcstar/files/patch-GCmusics.gcm @@ -0,0 +1,11 @@ +--- lib/gcstar/GCModels/GCmusics.gcm.orig 2008-06-12 23:16:01.000000000 +0200 ++++ lib/gcstar/GCModels/GCmusics.gcm 2008-06-12 23:17:20.000000000 +0200 +@@ -56,7 +56,7 @@ + <field value="unique" group="main" init="" label="Unique" type="short text" /> + <field value="title" group="main" init="NewItem" label="Title" type="short text" imported="true"/> + <field value="cover" default="view" group="main" init="" label="Cover" type="image" imported="true"/> +- <field value="backpic" type="image" label="ContextImgBack" init="" group="info" linkedto="cover" imported="true"/> ++ <field value="backpic" type="image" label="ContextImgBack" init="" group="main" linkedto="cover" imported="true"/> + <field value="artist" group="main" init="" label="Artist" type="short text" imported="true" /> + <field value="format" group="main" init="" label="Format" type="history text" /> + <field value="origin" group="main" init="" label="Origin" type="history text" /> |