[gnumeric] sparse: make variable static.



commit a13f7566ae371ce840c88fa6c0338c870979fcd2
Author: Morten Welinder <terra gnome org>
Date:   Fri Jul 9 22:19:10 2010 -0400

    sparse: make variable static.

 src/widgets/gnm-dao.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/widgets/gnm-dao.c b/src/widgets/gnm-dao.c
index c380ce8..13d23fe 100644
--- a/src/widgets/gnm-dao.c
+++ b/src/widgets/gnm-dao.c
@@ -163,7 +163,7 @@ cb_focus_on_entry (GtkWidget *widget, GtkWidget *entry)
 				     (GNM_EXPR_ENTRY (entry))));
 }
 
-const char *dao_group[] = {
+static const char *dao_group[] = {
 	"newsheet-button",
 	"newworkbook-button",
 	"outputrange-button",



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