Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 739568 | Differences between
and this patch

Collapse All | Expand All

(-)a/foxtrotgps-1.2.2/src/callbacks.c (-1 / +1 lines)
Lines 46-52 Link Here
46
static gboolean maximized = FALSE;
46
static gboolean maximized = FALSE;
47
47
48
48
49
GtkWidget *dialog10 = NULL;
49
static GtkWidget *dialog10 = NULL;
50
50
51
51
52
static int local_x = 0;
52
static int local_x = 0;
(-)a/foxtrotgps-1.2.2/src/tracks.c (-1 / +1 lines)
Lines 30-36 Link Here
30
30
31
GSList *loaded_track = NULL;
31
GSList *loaded_track = NULL;
32
GtkWidget *window12;
32
GtkWidget *window12;
33
GtkWidget *dialog10;
33
static GtkWidget *dialog10;
34
34
35
35
36
36

Return to bug 739568