diff options
Diffstat (limited to 'src/Theme.cc')
-rw-r--r-- | src/Theme.cc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Theme.cc b/src/Theme.cc index 6fb0909..ed43120 100644 --- a/src/Theme.cc +++ b/src/Theme.cc | |||
@@ -41,7 +41,7 @@ | |||
41 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 41 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
42 | // DEALINGS IN THE SOFTWARE. | 42 | // DEALINGS IN THE SOFTWARE. |
43 | 43 | ||
44 | // $Id: Theme.cc,v 1.12 2002/01/09 00:08:19 fluxgen Exp $ | 44 | // $Id: Theme.cc,v 1.13 2002/01/09 14:11:20 fluxgen Exp $ |
45 | 45 | ||
46 | #ifndef _GNU_SOURCE | 46 | #ifndef _GNU_SOURCE |
47 | #define _GNU_SOURCE | 47 | #define _GNU_SOURCE |
@@ -653,7 +653,11 @@ void Theme::loadToolbarStyle() { | |||
653 | void Theme::loadRootCommand() { | 653 | void Theme::loadRootCommand() { |
654 | XrmValue value; | 654 | XrmValue value; |
655 | char *value_type; | 655 | char *value_type; |
656 | 656 | #ifdef DEBUG | |
657 | cerr<<"rootcommand.size()="<<m_rootcommand.size()<<endl; | ||
658 | cerr<<"rootcommand="<<m_rootcommand<<endl; | ||
659 | #endif | ||
660 | |||
657 | if (m_rootcommand.size()) { | 661 | if (m_rootcommand.size()) { |
658 | #ifndef __EMX__ | 662 | #ifndef __EMX__ |
659 | char tmpstring[256]; //to hold m_screennum | 663 | char tmpstring[256]; //to hold m_screennum |