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

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdesdk/cervisia
From:       Christian Loose <christian.loose () hamburg ! de>
Date:       2003-02-24 23:07:51
[Download RAW message or body]

CVS commit by cloose: 

added missing return statement to
openURL().


  M +3 -0      cervisiapart.cpp   1.43.2.4


--- kdesdk/cervisia/cervisiapart.cpp  #1.43.2.3:1.43.2.4
@@ -119,7 +119,10 @@ bool CervisiaPart::openURL( const KURL &
     // right now, we are unfortunately not network-aware
     if( !u.isLocalFile() )
+    {
         KMessageBox::sorry(widget(),
                            i18n("Cervisia does not support remote repositories."),
                            "Cervisia");
+        return false;
+    }
     
     slotOpenSandbox( u );


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

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