--- rxvt-unicode/src/menubar.C 2004/03/17 03:47:12 1.14 +++ rxvt-unicode/src/menubar.C 2004/04/02 00:51:10 1.15 @@ -1708,7 +1708,7 @@ else if ((n = rxvt_Str_match (str, "pixmap:")) != 0) { str += n; - xterm_seq (XTerm_Pixmap, str, CHAR_ST); + process_xterm_seq (XTerm_Pixmap, str, CHAR_ST); } #if (MENUBAR_MAX > 1) else if ((n = rxvt_Str_match (str, "rm")) != 0) @@ -1761,7 +1761,7 @@ if ((fp = fopen (buffer, "wb")) != NULL) { - xterm_seq (XTerm_title, buffer, CHAR_ST); + process_xterm_seq (XTerm_title, buffer, CHAR_ST); menubar_dump (fp); fclose (fp); }