summaryrefslogtreecommitdiff
path: root/gtk/theme-bits/decompose-bits.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-10-08 05:07:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-10-08 05:07:55 +0000
commit07e7719441f5927bc3c482717fc53f8529186e3a (patch)
tree4baea8ab1c47987dc80120c67cb16be141a16b8d /gtk/theme-bits/decompose-bits.c
parente4581869b4a93ab882439673159a8f77b2396e57 (diff)
downloadgtk+-07e7719441f5927bc3c482717fc53f8529186e3a.tar.gz
Apply a cleanup patch by Kjartan Maraas (#341812)
2006-10-08 Matthias Clasen <mclasen@redhat.com> * Apply a cleanup patch by Kjartan Maraas (#341812)
Diffstat (limited to 'gtk/theme-bits/decompose-bits.c')
-rw-r--r--gtk/theme-bits/decompose-bits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/theme-bits/decompose-bits.c b/gtk/theme-bits/decompose-bits.c
index b2d6182758..f04ee8abc7 100644
--- a/gtk/theme-bits/decompose-bits.c
+++ b/gtk/theme-bits/decompose-bits.c
@@ -115,7 +115,7 @@ typedef enum {
PART_LAST
} Part;
-const char *part_names[PART_LAST] = {
+static const char *part_names[PART_LAST] = {
"black",
"dark",
"mid",