Hi,

On Aug/17/2008, Vladimir Nadvornik wrote:

> Any other ideas?

Yes, one more thing.

After creating a New folder, geeqie doesn't refresh the folder list (and
then it takes seconds to appear). This confuse me a bit.

I send a patch to fix it (feel free to not commit and fix in different
way).

I also would like that "New Folder" would be editable, straight, after
create it. I have not done, maybe somebody could do it? Or I will take
a look (in some weeks, I think :-s :-) )

Thanks,

-- 
Carles Pina i Estany            GPG id: 0x17756391
        http://pinux.info
Index: view_dir.c
===================================================================
--- view_dir.c	(revision 1065)
+++ view_dir.c	(working copy)
@@ -513,12 +513,14 @@
 			{
 			if (!vd->dir_fd) return;
 			dir_fd = vd->dir_fd;
+			vd_refresh(vd);
 			};
 			break;
 		case DIRVIEW_TREE:
 			{
 			if (!vd->click_fd) return;
 			dir_fd = vd->click_fd;
+			vd_refresh(vd);
 			};
 			break;
 		}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to