[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk about.c,1.5,1.6 fs.c,1.15,1.16 opts.c,1.3,1.4

Zoltan Ponekker pontscho at mplayerhq.hu
Wed Jul 3 10:55:28 CEST 2002


Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var/tmp.root/cvs-serv5476/Gui/mplayer/gtk

Modified Files:
	about.c fs.c opts.c 
Log Message:
remove unneded config files

Index: about.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/about.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- about.c	20 May 2002 13:56:16 -0000	1.5
+++ about.c	3 Jul 2002 08:55:25 -0000	1.6
@@ -3,7 +3,7 @@
 #include "../../../config.h"
 #include "../../../help_mp.h"
 
-#include "pixmaps/about.xpm"
+#include "mplayer/pixmaps/about.xpm"
 #include "../widgets.h"
 #include "about.h"
 

Index: fs.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/fs.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- fs.c	2 Jul 2002 22:31:50 -0000	1.15
+++ fs.c	3 Jul 2002 08:55:25 -0000	1.16
@@ -6,11 +6,11 @@
 #include <glob.h>
 #include <unistd.h>
 
-#include "./mplayer.h"
+#include "../mplayer.h"
 
-#include "pixmaps/up.xpm"
-#include "pixmaps/dir.xpm"
-#include "pixmaps/file.xpm"
+#include "mplayer/pixmaps/up.xpm"
+#include "mplayer/pixmaps/dir.xpm"
+#include "mplayer/pixmaps/file.xpm"
 
 #include "../../events.h"
 #include "../../interface.h"

Index: opts.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/opts.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opts.c	11 May 2002 16:37:58 -0000	1.3
+++ opts.c	3 Jul 2002 08:55:25 -0000	1.4
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include "./mplayer.h"
+#include "../mplayer.h"
 
 #include "../../events.h"
 #include "../../../config.h"




More information about the MPlayer-cvslog mailing list