[gnumeric] sparse: make variables static.



commit 1b972aca76125afbae4e2d802314a52879b84cb5
Author: Morten Welinder <terra gnome org>
Date:   Fri Jul 9 22:29:11 2010 -0400

    sparse: make variables static.

 src/wbc-gtk.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/wbc-gtk.c b/src/wbc-gtk.c
index 6e5a6d8..25230a6 100644
--- a/src/wbc-gtk.c
+++ b/src/wbc-gtk.c
@@ -96,9 +96,9 @@ enum {
 };
 
 #ifndef HILDON
-char const *uifilename = NULL;
-GtkActionEntry const *extra_actions = NULL;
-int extra_actions_nb;
+static char const *uifilename = NULL;
+static GtkActionEntry const *extra_actions = NULL;
+static int extra_actions_nb;
 #endif
 static guint wbc_gtk_signals[WBC_GTK_LAST_SIGNAL];
 static GObjectClass *parent_class = NULL;



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