aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indicator-printer-state-notifier.c2
-rw-r--r--src/indicator-printers-menu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/indicator-printer-state-notifier.c b/src/indicator-printer-state-notifier.c
index 9d3e9f2..c83ba82 100644
--- a/src/indicator-printer-state-notifier.c
+++ b/src/indicator-printer-state-notifier.c
@@ -52,7 +52,7 @@ enum {
NUM_PROPERTIES
};
-GParamSpec *properties[NUM_PROPERTIES];
+static GParamSpec *properties[NUM_PROPERTIES];
static void
diff --git a/src/indicator-printers-menu.c b/src/indicator-printers-menu.c
index 636cb1e..69394df 100644
--- a/src/indicator-printers-menu.c
+++ b/src/indicator-printers-menu.c
@@ -42,7 +42,7 @@ enum {
NUM_PROPERTIES
};
-GParamSpec *properties[NUM_PROPERTIES];
+static GParamSpec *properties[NUM_PROPERTIES];
static void