[gnome-settings-daemon/randr-osd: 56/60] Oops, make a function static



commit 8284e2f43be9b1d0408919e2422e4978b4313e00
Author: Federico Mena Quintero <federico novell com>
Date:   Tue Mar 2 18:04:38 2010 -0600

    Oops, make a function static
    
    Signed-off-by: Federico Mena Quintero <federico novell com>

 plugins/xrandr/gsd-xrandr-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index 8615b6b..8c2070b 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -588,7 +588,7 @@ stock_config_free (StockConfig *config)
         g_slice_free (StockConfig, config);
 }
 
-StockConfig *
+static StockConfig *
 stock_config_new (StockConfigType type, GnomeRRConfig *rr_config)
 {
         StockConfig *config;



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