[gnumeric] GUI: Kill scenarios warning when we have no scenarios.



commit b92d06d49ee4d458c7fe2fa01c939a937630d055
Author: Morten Welinder <terra gnome org>
Date:   Fri Sep 18 08:42:25 2009 -0400

    GUI: Kill scenarios warning when we have no scenarios.

 src/dialogs/dialog-scenarios.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/dialog-scenarios.c b/src/dialogs/dialog-scenarios.c
index 0bd01fd..568b47c 100644
--- a/src/dialogs/dialog-scenarios.c
+++ b/src/dialogs/dialog-scenarios.c
@@ -362,7 +362,7 @@ update_scenarios_treeview (GtkWidget *view, GList *scenarios)
 				       &iter, path)) {
 		  ;		/* Do something */
 	  }  else {
-		  g_warning ("Did not get a valid iterator");
+		  /* No scenarios */
 	  }
 	  gtk_tree_path_free (path);
 



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