Revision: 1325
http://geeqie.svn.sourceforge.net/geeqie/?rev=1325&view=rev
Author: nadvornik
Date: 2009-01-02 09:39:14 +0000 (Fri, 02 Jan 2009)
Log Message:
-----------
fixed view_dir notification
Modified Paths:
--------------
trunk/src/view_dir.c
Modified: trunk/src/view_dir.c
===================================================================
--- trunk/src/view_dir.c 2009-01-02 09:26:23 UTC (rev 1324)
+++ trunk/src/view_dir.c 2009-01-02 09:39:14 UTC (rev 1325)
@@ -133,12 +133,16 @@
{
gint ret = FALSE;
+ file_data_unregister_notify_func(vd_notify_cb, vd);
+
switch(vd->type)
{
case DIRVIEW_LIST: ret = vdlist_set_fd(vd, dir_fd); break;
case DIRVIEW_TREE: ret = vdtree_set_fd(vd, dir_fd); break;
}
+ file_data_register_notify_func(vd_notify_cb, vd, NOTIFY_PRIORITY_HIGH);
+
return ret;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn