|
Added
Link Here
|
| 1 |
--- src/rip_audio.c.orig 2007-08-08 19:26:25.000000000 +0200 |
| 2 |
+++ src/rip_audio.c 2007-08-08 19:26:54.000000000 +0200 |
| 3 |
@@ -41,7 +41,7 @@ |
| 4 |
char *cdda2wav_path = NULL, *cdda_device_path; |
| 5 |
char *def_rip_path = NULL; |
| 6 |
char *cdparanoia_path = NULL, *cdpara_device_path; |
| 7 |
-static GtkWidget *rip_path_entry; |
| 8 |
+GtkWidget *rip_path_entry; |
| 9 |
|
| 10 |
static GtkWidget *rip_win = NULL, *p_win; |
| 11 |
static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, *cdda2wav_text_scrollbar; |
| 12 |
--- src/optimize_usage.c.orig 2007-08-08 19:26:00.000000000 +0200 |
| 13 |
+++ src/optimize_usage.c 2007-08-08 19:26:11.000000000 +0200 |
| 14 |
@@ -31,7 +31,7 @@ |
| 15 |
#include "locks.h" |
| 16 |
#include "globals.h" |
| 17 |
|
| 18 |
-static GtkWidget *opt_try_harder; |
| 19 |
+GtkWidget *opt_try_harder; |
| 20 |
|
| 21 |
static GtkWidget *cdsize_option_menu, *cdsize_selected_label, *cdsector_selected_label; |
| 22 |
static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, *wasted_sectors_label; |