[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.1,1.2.6.2
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/widgets pglayout.cpp,1.2.6.1,1.2.6.2 |
Date: |
Tue, 11 Jun 2002 07:27:53 -0400 |
Update of /cvsroot/paragui/paragui/src/widgets
In directory subversions:/tmp/cvs-serv13793/src/widgets
Modified Files:
Tag: devel-1-0
pglayout.cpp
Log Message:
VC++ workspace updates (included expat into Win32 version)
removed static Win32 build target
fix in pglayout
Index: pglayout.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pglayout.cpp,v
retrieving revision 1.2.6.1
retrieving revision 1.2.6.2
diff -C2 -r1.2.6.1 -r1.2.6.2
*** pglayout.cpp 6 Jun 2002 22:10:46 -0000 1.2.6.1
--- pglayout.cpp 11 Jun 2002 11:27:51 -0000 1.2.6.2
***************
*** 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.1,1.2.6.2,
Alexander Pipelka <address@hidden> <=