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

List:       kde-commits
Subject:    kdenonbeta/krecipes/src
From:       Jason Kivlighn <confederacy2 () excite ! com>
Date:       2004-01-17 1:14:50
Message-ID: 20040117011450.1308B6C6E () office ! kde ! org
[Download RAW message or body]

CVS commit by jkivlighn: 

Use a progress bar to inform user the recipes are being opened, since categories with \
many recipes can take some time.


  M +6 -4      krecipesview.cpp   1.128


--- kdenonbeta/krecipes/src/krecipesview.cpp  #1.127:1.128
@@ -704,7 +704,9 @@ showRecipes( ids );
 void KrecipesView::showRecipes( const QValueList<int> &recipeIDs)
 {
-viewPanel->loadRecipes(recipeIDs);
-rightPanel->setHeader(i18n("View Recipe"),"filefind");
-rightPanel->raise(viewPanel);
+if ( viewPanel->loadRecipes(recipeIDs) )
+{
+        rightPanel->setHeader(i18n("View Recipe"),"filefind");
+        rightPanel->raise(viewPanel);
+}
 }
 


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

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