aboutsummaryrefslogtreecommitdiff
path: root/audio/sound-juicer
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-12-12 01:44:33 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-12-12 01:44:33 +0000
commita98806a357f932998fc90f0256658fac5fcedff1 (patch)
treee417c45a2066f5f3ea98116167d976ea65c7ff13 /audio/sound-juicer
parentb4baf648f6eed6a0cbea6eb9dadec558fa48d7b3 (diff)
downloadports-a98806a357f932998fc90f0256658fac5fcedff1.tar.gz
ports-a98806a357f932998fc90f0256658fac5fcedff1.zip
Notes
Diffstat (limited to 'audio/sound-juicer')
-rw-r--r--audio/sound-juicer/files/patch-src::bacon-cd-selection.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/sound-juicer/files/patch-src::bacon-cd-selection.c b/audio/sound-juicer/files/patch-src::bacon-cd-selection.c
new file mode 100644
index 000000000000..3bf5d559e3a5
--- /dev/null
+++ b/audio/sound-juicer/files/patch-src::bacon-cd-selection.c
@@ -0,0 +1,15 @@
+--- src/bacon-cd-selection.c.orig Sun Dec 12 10:27:00 2004
++++ src/bacon-cd-selection.c Sun Dec 12 10:27:57 2004
+@@ -179,10 +179,10 @@
+ static void
+ bacon_cd_selection_init (BaconCdSelection *bcs)
+ {
+- bcs->priv = g_new0 (BaconCdSelectionPrivate, 1);
+-
+ GtkCellRenderer *cell;
+ GtkListStore *store;
++
++ bcs->priv = g_new0 (BaconCdSelectionPrivate, 1);
+
+ store = gtk_list_store_new (1, G_TYPE_STRING);
+ gtk_combo_box_set_model (GTK_COMBO_BOX (bcs),