[gnome-shell] ShellAppMonitor: Add static to definition of sequence_ref
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] ShellAppMonitor: Add static to definition of sequence_ref
- Date: Tue, 11 Aug 2009 17:35:54 +0000 (UTC)
commit 36ee36283ae126f6b597c999e1f82cf6ce521095
Author: Colin Walters <walters verbum org>
Date: Tue Aug 11 13:35:08 2009 -0400
ShellAppMonitor: Add static to definition of sequence_ref
src/shell-app-monitor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-app-monitor.c b/src/shell-app-monitor.c
index 789dd14..084b437 100644
--- a/src/shell-app-monitor.c
+++ b/src/shell-app-monitor.c
@@ -1383,7 +1383,7 @@ shell_app_monitor_get_startup_sequences (ShellAppMonitor *self)
/* sn_startup_sequence_ref returns void, so make a
* wrapper which returns self */
-SnStartupSequence *
+static SnStartupSequence *
sequence_ref (SnStartupSequence *sequence)
{
sn_startup_sequence_ref (sequence);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]