summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-10-28 19:04:59 -0400
committerThomas Thurman <tthurman@gnome.org>2009-10-28 19:04:59 -0400
commitc3c8c3d096f5e82cb0d4f31a8176b1e4355a32e3 (patch)
tree130da2cc3447b676d879f3b9eb71f330eafa59ba
parentbf8d7564ebe9af62440c796c13deec3d7f023717 (diff)
downloadmetacity-c3c8c3d096f5e82cb0d4f31a8176b1e4355a32e3.tar.gz
title, not titlebar
-rw-r--r--src/ui/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index fb278e7f..50e6aefb 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -963,7 +963,7 @@ meta_theme_calc_geometry (MetaTheme *theme,
fgeom->areas[CC_TITLE].bottom_edge +
fgeom->areas[CC_TITLEBAR].bottom_edge;
- /* Now the titlebar. */
+ /* Now the title. */
fgeom->areas[CC_TITLE].x =
fgeom->areas[CC_FRAME].left_edge +
fgeom->areas[CC_TITLEBAR].left_edge;