[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdegraphics/kdvi
From:       Stefan Kebekus <stefan.kebekus () uni-bayreuth ! de>
Date:       2005-04-25 16:07:47
Message-ID: 20050425160747.B4E7D488 () office ! kde ! org
[Download RAW message or body]

CVS commit by kebekus: 

fixes bug #102689


  M +3 -3      dviwin.cpp   1.204
  M +1 -1      dviwin.h   1.115
  M +2 -2      main.cpp   1.14


--- kdegraphics/kdvi/dviwin.cpp  #1.203:1.204
@@ -559,7 +559,7 @@ Anchor dviRenderer::parseReference(const
   mutex.lock();
 
-  //#ifdef DEBUG_DVIWIN
+#ifdef DEBUG_DVIWIN
   kdError(4300) << "dviRenderer::parseReference( " << reference << " ) called" << endl;
-  //#endif
+#endif
   
   if (dviFile == 0) {

--- kdegraphics/kdvi/dviwin.h  #1.114:1.115
@@ -158,5 +158,5 @@ public slots:
 signals:
   /** Passed through to the top-level kpart. */
-  void setStatusBarText( const QString& );
+  //  void setStatusBarText( const QString& );
 
 private slots:

--- kdegraphics/kdvi/main.cpp  #1.13:1.14
@@ -129,9 +129,9 @@ int main(int argc, char** argv)
     app.dcopClient()->registerAs("kviewshell");
     KViewShell* shell = new KViewShell("application/x-dvi");
+    shell->show();
+    app.processEvents();
 
     if (args->count() > 0)
       shell->openURL(args->url(0));
-
-    shell->show();
   }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic