strange usage of om_connection_invalidate_cache()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OBEX FTP Client for GNOME-VFS |
New
|
Undecided
|
Unassigned |
Bug Description
function om_connection_
om_chdir_to_uri
do_make_directory
do_unlink
Why is that? I seems to me there is no reason to forget our cache in those cases.
On the other hand, funtion om_connection_
if (conn->
}
*******
Sorry for complaining so much. I am currently looking at how to cache all listings we did during current connection. Seems to me the best way is
to change the ObexConnection struct to include the whole array of pairs
gchar *current_dir;
GList *current_listing;
rather than just one such pair.
description: | updated |
ok, invalidating cache in do_make_directory and do_unlink makes sense, but in om_chdir_to_uri - it still does not :)