[Cxplorer-cvs 00881] CVS update: cxplorer/src

Back to archive index

Yasumichi Akahoshi yasum****@users*****
2005年 2月 9日 (水) 20:38:43 JST


Index: cxplorer/src/cxp-right-pane.c
diff -u cxplorer/src/cxp-right-pane.c:1.3 cxplorer/src/cxp-right-pane.c:1.4
--- cxplorer/src/cxp-right-pane.c:1.3	Wed Feb  9 20:35:12 2005
+++ cxplorer/src/cxp-right-pane.c	Wed Feb  9 20:38:43 2005
@@ -579,7 +579,7 @@
 		}
 		else
 		{
-			cmd = g_strdup_printf ("head '%s'", filename);
+			cmd = g_strdup_printf ("head --lines=20 '%s'", filename);
 		}
 		magic_close (cookie);
 	}
Index: cxplorer/src/interface.c
diff -u cxplorer/src/interface.c:1.14 cxplorer/src/interface.c:1.15
--- cxplorer/src/interface.c:1.14	Tue Feb  8 23:12:47 2005
+++ cxplorer/src/interface.c	Wed Feb  9 20:38:43 2005
@@ -5,7 +5,7 @@
  * This file contains functions which create main window and about dialog.
  * @author Yasumichi Akahoshi <yasum****@users*****>
  * @date 2004
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -27,7 +27,6 @@
 #include "interface.h"
 #include "support.h"
 #include "menubar.h"
-#include "preview.h"
 #include "toolbar.h"
 
 /**
Index: cxplorer/src/menubar.c
diff -u cxplorer/src/menubar.c:1.26 cxplorer/src/menubar.c:1.27
--- cxplorer/src/menubar.c:1.26	Tue Feb  8 23:12:47 2005
+++ cxplorer/src/menubar.c	Wed Feb  9 20:38:43 2005
@@ -5,7 +5,7 @@
  * This file contains functions which related menubar.
  * @author Yasumichi Akahoshi <yasum****@users*****>
  * @date Tue Jun  8 22:32:55 2004
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
  ****************************************************************************/
 
 #ifdef HAVE_CONFIG_H
@@ -21,7 +21,6 @@
 #include "interface.h"
 #include "support.h"
 #include "menubar.h"
-#include "fileview.h"
 #include "actcalls.h"
 
 /**A user enables it to input a 


Cxplorer-cvs メーリングリストの案内
Back to archive index