fm: Use string value directly

This commit is contained in:
Sebastian Dransfeld 2013-11-21 13:57:58 +01:00
parent 4bc81e47c0
commit df4b3baf30
1 changed files with 1 additions and 4 deletions

View File

@ -1536,10 +1536,7 @@ _e_fwin_window_title_set(E_Fwin_Page *page)
file = ecore_file_file_get(e_fm2_real_path_get(page->fm_obj));
if (file)
{
eina_strlcpy(buf, file, sizeof(buf));
e_win_title_set(page->fwin->win, buf);
}
e_win_title_set(page->fwin->win, file);
if (e_config->remember_internal_fm_windows_globally)
e_win_name_class_set(page->fwin->win, "E", fwin_class);