[gnome-settings-daemon/randr-osd: 56/60] Oops, make a function static
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/randr-osd: 56/60] Oops, make a function static
- Date: Wed, 3 Mar 2010 23:48:56 +0000 (UTC)
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]