Revision: 1077
http://geeqie.svn.sourceforge.net/geeqie/?rev=1077&view=rev
Author: nadvornik
Date: 2008-08-23 08:42:12 +0000 (Sat, 23 Aug 2008)
Log Message:
-----------
fixed vd_refresh
Modified Paths:
--------------
trunk/src/view_dir.c
Modified: trunk/src/view_dir.c
===================================================================
--- trunk/src/view_dir.c 2008-08-22 22:09:54 UTC (rev 1076)
+++ trunk/src/view_dir.c 2008-08-23 08:42:12 UTC (rev 1077)
@@ -146,8 +146,8 @@
{
switch(vd->type)
{
- case DIRVIEW_LIST: vdlist_refresh(vd);
- case DIRVIEW_TREE: vdtree_refresh(vd);
+ case DIRVIEW_LIST: vdlist_refresh(vd); break;
+ case DIRVIEW_TREE: vdtree_refresh(vd); break;
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
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-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn