Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 710086
Collapse All | Expand All

(-)a/src/callbacks.c (+1 lines)
Lines 64-69 static GtkToggleButton *l_solo_button[XO_NBANDS], *l_bypass_button[XO_NBANDS], Link Here
64
static int              hot_scene = 0;
64
static int              hot_scene = 0;
65
static GtkWidget        *scene_name_dialog, *about_dialog;
65
static GtkWidget        *scene_name_dialog, *about_dialog;
66
static GtkEntry         *l_scene_name_entry;
66
static GtkEntry         *l_scene_name_entry;
67
static GtkNotebook	*l_notebook1;
67
68
68
69
69
void
70
void
(-)a/src/hdeq.h (-5 lines)
Lines 59-67 void comp_box_leave (int i); Link Here
59
void comp_box_enter (int i);
59
void comp_box_enter (int i);
60
void hdeq_notebook1_set_page (guint page_num);
60
void hdeq_notebook1_set_page (guint page_num);
61
int get_current_notebook1_page ();
61
int get_current_notebook1_page ();
62
63
64
GtkNotebook *l_notebook1;
65
66
67
#endif
62
#endif

Return to bug 710086