SVN revision: 29830
This commit is contained in:
Carsten Haitzler 2007-05-03 17:58:35 +00:00
parent ed72cd25ea
commit a44e3a19e4
3 changed files with 3 additions and 5 deletions

View File

@ -694,7 +694,6 @@ _e_file_add_mod(int id, const char *path, int op, int listing)
p += strlen(rlnk) + 1;
bsz = p - buf;
printf("SEND +++ %s | %s | %s\n", path , lnk , rlnk);
ecore_ipc_server_send(_e_ipc_server, 6/*E_IPC_DOMAIN_FM*/, op, 0, id,
listing, buf, bsz);
if (lnk) free(lnk);

View File

@ -13,12 +13,12 @@
* + show permissions (others read, others write)
* + show preview
* + show owner
* * show icon
* + show icon
* * show symlink/fifo/socket/etc. status
* * show broken link status
* * change icon for mime type
* + change icon for mime type
* * change icon for just this file
* * change permissions (others read, others write)
* + change permissions (others read, others write)
*
* advanced (extra) -
* * show access date

View File

@ -164,7 +164,6 @@ _e_wid_fsel_favorites_selected(void *data, Evas_Object *obj, void *event_info)
selected = e_fm2_selected_list_get(wd->o_favorites_fm);
if (!selected) return;
ici = selected->data;
printf("SEL %s | %s | %s\n", ici->file, ici->real_link, ici->link);
if ((ici->link) && (ici->mount))
e_fm2_path_set(wd->o_files_fm, ici->link, "/");
else if (ici->real_link)