summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-10-26 17:27:51 -0400
committerThomas Thurman <tthurman@gnome.org>2009-10-26 17:27:51 -0400
commit8699b6c0f70f2866942c6450c722c20c76f94534 (patch)
treeddc3ca3f226d090e1834915048fb76166c91b4b6
parentfda95ce91c029d8f51e8d9b505e8fbf5977ad855 (diff)
downloadmetacity-8699b6c0f70f2866942c6450c722c20c76f94534.tar.gz
fix FIXME
-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 fccf794e..72867b08 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -770,7 +770,7 @@ meta_theme_calc_geometry (MetaTheme *theme,
}
/* Now let's look at the coordinates for each element. */
- /* FIXME: For now, we are assuming that the clickable and visible
+ /* For now, we are assuming that the clickable and visible
* areas of a button are the same. We need to distinguish them
* eventually. */