aboutsummaryrefslogtreecommitdiff
path: root/audio/sound-juicer/files/patch-src::bacon-cd-selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sound-juicer/files/patch-src::bacon-cd-selection.c')
-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),