[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src/widgets pglayout.cpp,1.2.6.5,1.2.6.6
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/widgets pglayout.cpp,1.2.6.5,1.2.6.6 |
Date: |
Thu, 20 Jun 2002 08:20:38 -0400 |
Update of /cvsroot/paragui/paragui/src/widgets
In directory subversions:/tmp/cvs-serv8598/src/widgets
Modified Files:
Tag: devel-1-0
pglayout.cpp
Log Message:
fixed win32 enumeratefiles
fixed stupid typo in pglayout.cpp
Index: pglayout.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pglayout.cpp,v
retrieving revision 1.2.6.5
retrieving revision 1.2.6.6
diff -C2 -r1.2.6.5 -r1.2.6.6
*** pglayout.cpp 17 Jun 2002 13:20:03 -0000 1.2.6.5
--- pglayout.cpp 20 Jun 2002 12:20:36 -0000 1.2.6.6
***************
*** 1037,1041 ****
//Tag <popupmenuitem> <PM>
if(IsTag("popupmenuitem", "PI", XML_SECTION_BODY)) {
! if((XMLParser->Section & XML_SECTION_POPUPMENU)) {
PG_LogERR("popupmenuitem can't be created in the
current context!");
return;
--- 1037,1041 ----
//Tag <popupmenuitem> <PM>
if(IsTag("popupmenuitem", "PI", XML_SECTION_BODY)) {
! if((!XMLParser->Section & XML_SECTION_POPUPMENU)) {
PG_LogERR("popupmenuitem can't be created in the
current context!");
return;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/widgets pglayout.cpp,1.2.6.5,1.2.6.6,
Alexander Pipelka <address@hidden> <=