Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 1fafd48e0bacaa2c754f88446a62b24b > files > 3

licq-1.3.8-2mdv2010.1.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"