Yasumichi Akahoshi
yasum****@users*****
2005年 9月 23日 (金) 02:05:09 JST
Index: cxplorer/src/cxp-file-list-store.c diff -u cxplorer/src/cxp-file-list-store.c:1.3 cxplorer/src/cxp-file-list-store.c:1.4 --- cxplorer/src/cxp-file-list-store.c:1.3 Tue Sep 6 22:28:59 2005 +++ cxplorer/src/cxp-file-list-store.c Fri Sep 23 02:05:09 2005 @@ -757,7 +757,7 @@ g_free (ptr->mime_type); g_free (ptr); - if (next == NULL) + if (pos >= priv->store->len) { iter->stamp = 0; return FALSE; Index: cxplorer/src/cxp-right-pane.c diff -u cxplorer/src/cxp-right-pane.c:1.71 cxplorer/src/cxp-right-pane.c:1.72 --- cxplorer/src/cxp-right-pane.c:1.71 Fri Sep 23 01:40:47 2005 +++ cxplorer/src/cxp-right-pane.c Fri Sep 23 02:05:09 2005 @@ -1269,6 +1269,7 @@ cxp_right_pane_change_directory (right_pane, cur_dir); g_free (cur_dir); + g_strfreev (copy_file); } }