Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 52f70f7c994a43049ad37181c4e43de2 > files > 4

licq-1.3.5-3mdv2008.0.src.rpm

--- licq-1.3.4/src/icqd.cpp.orig	2007-09-02 06:31:09.000000000 +0800
+++ licq-1.3.4/src/icqd.cpp	2007-09-02 06:31:51.000000000 +0800
@@ -239,7 +239,7 @@
 
   // Terminal
   m_szTerminal = NULL;
-  licqConf.ReadStr("Terminal", temp, "xterm -T Licq -e ");
+  licqConf.ReadStr("Terminal", temp, "xvt -T Licq -e ");
   m_szTerminal = (char *)malloc(strlen(temp) + 1);
   strcpy(m_szTerminal, temp);
 
--- licq-1.3.4/src/licq.conf.h.orig	2006-10-15 20:10:58.000000000 +0800
+++ licq-1.3.4/src/licq.conf.h	2007-09-02 06:34:14.000000000 +0800
@@ -23,7 +23,7 @@
 "ErrorTypes = 6\n"
 "Rejects = log.rejects\n"
 "Translation = none\n"
-"Terminal = xterm -T Licq -e \n"
+"Terminal = xvt -T Licq -e \n"
 "ProxyEnabled = 0\n"
 "ProxyServerType = 1\n"
 "ProxyServer = \n"