From 10d5f6214a815d401db7a3ca3f9fc3de8d68cd16 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 5 Sep 2012 21:11:39 +0200 Subject: app-section.c: make destroy_signal static --- src/app-section.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/app-section.c b/src/app-section.c index df79582..9bf5087 100644 --- a/src/app-section.c +++ b/src/app-section.c @@ -64,7 +64,7 @@ enum { }; static GParamSpec *properties[NUM_PROPERTIES]; -guint destroy_signal; +static guint destroy_signal; /* Prototypes */ static void app_section_class_init (AppSectionClass *klass); -- cgit v1.2.3