paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.2.4.20,1.2.4.21


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.2.4.20,1.2.4.21 pgmessageobject.cpp,1.1.6.7,1.1.6.8
Date: Fri, 18 Apr 2003 06:40:40 -0400

Update of /cvsroot/paragui/paragui/src/core
In directory subversions:/tmp/cvs-serv28755/src/core

Modified Files:
      Tag: devel-1-0
        pgapplication.cpp pgmessageobject.cpp 
Log Message:
- convert loaded images (for the theme) automatically to screen format
  (let's see if this breaks anything, don't know a reason why this isn't done)
- removed warning about removing non-existent objects
  (caused be PG_Application)



Index: pgapplication.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/pgapplication.cpp,v
retrieving revision 1.2.4.20
retrieving revision 1.2.4.21
diff -C2 -r1.2.4.20 -r1.2.4.21
*** pgapplication.cpp   16 Apr 2003 14:56:51 -0000      1.2.4.20
--- pgapplication.cpp   18 Apr 2003 10:40:37 -0000      1.2.4.21
***************
*** 122,128 ****
  
  PG_Application::~PG_Application() {
-       pGlobalApp = NULL;
        Shutdown();
        
        // shutdown log
        PG_LogConsole::Done();
--- 122,129 ----
  
  PG_Application::~PG_Application() {
        Shutdown();
        
+       pGlobalApp = NULL;
+ 
        // shutdown log
        PG_LogConsole::Done();

Index: pgmessageobject.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/pgmessageobject.cpp,v
retrieving revision 1.1.6.7
retrieving revision 1.1.6.8
diff -C2 -r1.1.6.7 -r1.1.6.8
*** pgmessageobject.cpp 16 Apr 2003 14:02:49 -0000      1.1.6.7
--- pgmessageobject.cpp 18 Apr 2003 10:40:37 -0000      1.1.6.8
***************
*** 405,410 ****
        // check if object was found
        if(list == objectList.end()) {
-               PG_LogWRN("PG_MessageObject::RemoveObject(..)");
-               PG_LogWRN("Trying to remove non-existent object from the list 
!!");
                return false;
        }
--- 405,408 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]