[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/test widgetlistbug.cpp,1.1.2.2,1.1.2.3
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/test widgetlistbug.cpp,1.1.2.2,1.1.2.3 |
Date: |
Fri, 23 May 2003 08:41:17 -0400 |
Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv32723
Modified Files:
Tag: devel-1-0
widgetlistbug.cpp
Log Message:
fixed wrong checkin
Index: widgetlistbug.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/Attic/widgetlistbug.cpp,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** widgetlistbug.cpp 23 May 2003 12:40:21 -0000 1.1.2.2
--- widgetlistbug.cpp 23 May 2003 12:41:15 -0000 1.1.2.3
***************
*** 31,35 ****
PG_WidgetList* list = (PG_WidgetList*) clientdata;
PG_Label* label=new PG_Label(NULL, PG_Rect(0,0,200,100), "Blubber Bla
Bla");
! //label->Show();
list->AddWidget(label);
std::cerr << "Add" << std::endl;
--- 31,35 ----
PG_WidgetList* list = (PG_WidgetList*) clientdata;
PG_Label* label=new PG_Label(NULL, PG_Rect(0,0,200,100), "Blubber Bla
Bla");
! label->Show();
list->AddWidget(label);
std::cerr << "Add" << std::endl;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/test widgetlistbug.cpp,1.1.2.2,1.1.2.3,
Alexander Pipelka <address@hidden> <=