From 546fa005eae397dd624b81ad00c594eaad67d893 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Fri, 18 Jan 2002 01:28:34 +0000
Subject: fixed a ifdef debug

---
 src/Theme.cc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/Theme.cc b/src/Theme.cc
index 5377ecb..c72631a 100644
--- a/src/Theme.cc
+++ b/src/Theme.cc
@@ -41,7 +41,7 @@
 //  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 //  DEALINGS IN THE SOFTWARE.
 
-// $Id: Theme.cc,v 1.14 2002/01/11 10:43:55 fluxgen Exp $
+// $Id: Theme.cc,v 1.15 2002/01/18 01:28:34 fluxgen Exp $
 
 #ifndef   _GNU_SOURCE
 #define   _GNU_SOURCE
@@ -664,8 +664,10 @@ void Theme::loadRootCommand() {
 		string displaystring("DISPLAY=");
 		displaystring.append(DisplayString(m_display));
 		displaystring.append(tmpstring); // append m_screennum				
+		#ifdef DEBUG
 		cerr<<__FILE__<<"("<<__LINE__<<"): displaystring="<<displaystring.c_str()<<endl;
-		 
+		#endif
+		
 		bexec(m_rootcommand.c_str(), const_cast<char *>(displaystring.c_str()));
 
 		#else //         __EMX__
-- 
cgit v0.11.2