1
0
forked from aniani/vim

updated for version 7.0019

This commit is contained in:
Bram Moolenaar
2004-10-12 20:02:24 +00:00
parent 5c4e21cf4d
commit 47136d70fa
12 changed files with 241 additions and 48 deletions

View File

@@ -1535,13 +1535,7 @@ get_x11_windis()
get_x11_title(test_only)
int test_only;
{
int retval;
retval = get_x11_thing(TRUE, test_only);
/* could not get old title: oldtitle == NULL */
return retval;
return get_x11_thing(TRUE, test_only);
}
/*
@@ -1829,7 +1823,8 @@ mch_settitle(title, icon)
* than x11 calls, because the x11 calls don't always work
*/
#ifdef FEAT_GUI_KDE
/* dont know why but KDE needs this one as we don't go through the next function... */
/* dont know why but KDE needs this one as we don't go through the next
* function... */
gui_mch_settitle(title, icon);
#endif
if ((type || *T_TS != NUL) && title != NULL)