i WAs goign to start doing stat info and haiving different icons.. but efsd

dont do stat.... hrrrm.. need that to get any further.


SVN revision: 4232
This commit is contained in:
Carsten Haitzler 2001-02-16 06:05:14 +00:00
parent 7e57c9966a
commit 7eb27c4c7d
1 changed files with 5 additions and 0 deletions

View File

@ -392,6 +392,9 @@ e_view_file_added(int id, char *file)
icon->visible = 1;
icon->icon = strdup(PACKAGE_DATA_DIR"/data/icons/file/default.db:/icon/normal");
e_view_add_icon(v, icon);
sprintf(buf, "%s/%s", v->dir, file);
/* errr - efsd dont do stat yet */
/* efsd_stat(e_fs_get_connection(), buf); */
v->changed = 1;
}
@ -479,6 +482,8 @@ e_view_handle_fs(EfsdEvent *ev)
case CHMOD:
break;
case STAT:
printf("Stat event %i\n",
ev->efsd_reply_event.command.efsd_file_cmd.id);
break;
case CLOSE:
break;