View | Details | Raw Unified | Return to bug 58575
Collapse All | Expand All

(-)xmms/files/extra-patch-xmms-1.2.x-xfont (-6 / +6 lines)
Lines 1-6 Link Here
1
--- xmms/main.c.orig	Fri Dec 28 20:32:28 2001
1
--- xmms/main.c.orig	Tue Sep  2 21:01:40 2003
2
+++ xmms/main.c	Tue Jan 22 16:43:25 2002
2
+++ xmms/main.c	Mon Oct 27 01:13:14 2003
3
@@ -331,8 +331,8 @@
3
@@ -332,8 +332,8 @@
4
 	cfg.sticky = FALSE;
4
 	cfg.sticky = FALSE;
5
 	cfg.always_show_cb = TRUE;
5
 	cfg.always_show_cb = TRUE;
6
 	cfg.convert_underscore = TRUE;
6
 	cfg.convert_underscore = TRUE;
Lines 17-27 Link Here
17
 	cfg.random_skin_on_play = FALSE;
17
 	cfg.random_skin_on_play = FALSE;
18
-	cfg.mainwin_use_xfont = FALSE;
18
-	cfg.mainwin_use_xfont = FALSE;
19
+	cfg.mainwin_use_xfont = TRUE;
19
+	cfg.mainwin_use_xfont = TRUE;
20
+    cfg.use_fontsets = TRUE;
20
+	cfg.use_fontsets = TRUE;
21
 	cfg.read_pl_metadata = TRUE;
21
 	cfg.use_pl_metadata = TRUE;
22
 
22
 
23
 	cfg.playlist_x = 295;
23
 	cfg.playlist_x = 295;
24
@@ -492,9 +493,9 @@
24
@@ -490,9 +491,9 @@
25
 		cfg.mainwin_font = NULL;
25
 		cfg.mainwin_font = NULL;
26
 	}
26
 	}
27
 	if (cfg.playlist_font == NULL)
27
 	if (cfg.playlist_font == NULL)

Return to bug 58575