summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@src.gnome.org>2007-04-03 20:26:14 +0000
committerElijah Newren <newren@src.gnome.org>2007-04-03 20:26:14 +0000
commit719214c0d5a70f019becda97f483d844a9d6ba2d (patch)
treefc896908850dbbe6c9dbe15990197b2d4fd24b58
parent49989fd730a48e3f6aa5363c4d1c26a0277f821a (diff)
downloadmetacity-719214c0d5a70f019becda97f483d844a9d6ba2d.tar.gz
Oops, fix compile bug from unrelated cleanup in 2007-03-31 commit
svn path=/branches/gnome-2-18/; revision=3151
-rw-r--r--src/session.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/session.c b/src/session.c
index 07c0b06e..b31198f2 100644
--- a/src/session.c
+++ b/src/session.c
@@ -82,6 +82,7 @@ static void save_state (void);
static char* load_state (const char *previous_save_file);
static void regenerate_save_file (void);
static const char* full_save_file (void);
+static const char* base_save_file (void);
static void warn_about_lame_clients_and_finish_interact (gboolean shutdown);
/* This is called when data is available on an ICE connection. */