[glib/wip/menus-rebase2] Add a forgotten static



commit 52604cac469cf0ece430327adbc1a5fb2da24047
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 18 23:37:32 2011 -0500

    Add a forgotten static

 gio/gmenuproxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gmenuproxy.c b/gio/gmenuproxy.c
index 029fa47..34928bd 100644
--- a/gio/gmenuproxy.c
+++ b/gio/gmenuproxy.c
@@ -233,7 +233,7 @@ struct _GMenuProxyPath
 
 static GHashTable *g_menu_proxy_paths;
 
-GMenuProxyPath *
+static GMenuProxyPath *
 g_menu_proxy_path_ref (GMenuProxyPath *path)
 {
   path->ref_count++;



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