Comment 8 for bug 98876

Revision history for this message
etteyafed (gdefayette) wrote :

Ill give the specifics,
this code in evince (ev-window-title.c) sets the window title we see:
new_title = g_strdup_printf ("%s (%s)", *title, filename)
as you can see the format is "internal doc title (real filename)"