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

Back to archive index

Yasumichi Akahoshi yasum****@users*****
2005年 4月 6日 (水) 20:16:37 JST


Index: cxplorer/src/cxp-right-pane.c
diff -u cxplorer/src/cxp-right-pane.c:1.20 cxplorer/src/cxp-right-pane.c:1.21
--- cxplorer/src/cxp-right-pane.c:1.20	Wed Apr  6 20:14:29 2005
+++ cxplorer/src/cxp-right-pane.c	Wed Apr  6 20:16:37 2005
@@ -699,6 +699,11 @@
 					       self->priv->preview_text,
 					       filename);
 		}
+		else if (strstr (filetype, "fifo") != NULL)
+		{
+			magic_close(cookie);
+			return;
+		}
 		else
 		{
 			cmd = g_strdup_printf ("%s '%s'",


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