summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-11-12 03:56:01 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-11-12 03:56:01 +0000
commit8524f510c609ebca1a9fbdc09f7464385165167e (patch)
tree139fa4a48ef2529df411dd52cd588811b2af6b62 /src/include
parent39e389cc5b2fb1931f552c007e978bd5b7b01716 (diff)
downloadmetacity-8524f510c609ebca1a9fbdc09f7464385165167e.tar.gz
Removed deprecated calls. Closes #560445.
* src/core/delete.c: remove deprecated g_strcasecmp. * src/include/main.h: no actual deprecated call, but a mention of one which was out of date. svn path=/trunk/; revision=4018
Diffstat (limited to 'src/include')
-rw-r--r--src/include/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/main.h b/src/include/main.h
index d06e2c5b..62106e16 100644
--- a/src/include/main.h
+++ b/src/include/main.h
@@ -35,7 +35,7 @@ typedef enum
/* exit immediately */
void meta_exit (MetaExitCode code);
-/* g_main_quit() then fall out of main() */
+/* g_main_loop_quit() then fall out of main() */
void meta_quit (MetaExitCode code);
void meta_restart (void);