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

Back to archive index

Yasumichi Akahoshi yasum****@users*****
2005年 5月 14日 (土) 14:46:00 JST


Index: cxplorer/src/cxp-right-pane.c
diff -u cxplorer/src/cxp-right-pane.c:1.44 cxplorer/src/cxp-right-pane.c:1.45
--- cxplorer/src/cxp-right-pane.c:1.44	Thu May 12 18:55:23 2005
+++ cxplorer/src/cxp-right-pane.c	Sat May 14 14:45:59 2005
@@ -802,6 +802,7 @@
 {
 	CxpRightPanePrivate *priv = CXP_RIGHT_PANE_GET_PRIVATE (self);
 	const gchar *filename;
+	gchar *cur_dir;
 	gchar *fullpath;
 	GDir *dir;
 	GtkTreeView *file_list;
@@ -809,6 +810,7 @@
 	GtkTextBuffer *text_buffer;
 	gboolean show_dot_file;
 
+	cur_dir = g_strdup (dirname);
 	show_dot_file =
 		gconf_client_get_bool (priv->client,
 				       "/apps/cxp/cxplorer/ShowDotFile", NULL);
@@ -843,7 +845,7 @@
 	g_object_unref (model);
 
 	g_free (priv->cur_dir);
-	priv->cur_dir = g_strdup (dirname);
+	priv->cur_dir = cur_dir;
 }
 
 gchar *cxp_right_pane_get_active_file_name (CxpRightPane * right_pane)


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