Obsidian-StudiosInc / ecrire

General purpose graphical Text Editor built on the Enlightenment Foundation Libraries (EFL)
GNU General Public License v3.0
7 stars 1 forks source link

efreet: Crazy mime types in bottom right corner #17

Open wltjr opened 6 years ago

wltjr commented 6 years ago

Ecrire displays crazy mime types in the bottom right corner. This comes directly from efreet.

mime = efreet_mime_type_get(file);
...
elm_object_text_set(doc->label_mime,mime);
wltjr commented 6 years ago

Adding upstream so they are aware of issues @Enlightenment @zmike