about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-08-04 16:26:46 +0000
committerMarco Peereboom <marco@conformal.com>2011-08-04 16:26:46 +0000
commitc9019bd82bba6073c0c18ea8373ee32009fbf1a9 (patch)
treefd5134d5f61d533a1cb81f6fc0b12e2231ba455b
parent74808e69c207364d0dda224a2eb286bd4036eb8a (diff)
downloadxombrero-c9019bd82bba6073c0c18ea8373ee32009fbf1a9.tar.gz
remove XXX
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index e42b181..7ef7641 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -8283,7 +8283,7 @@ create_new_tab(char *title, struct undo *u, int focus, int position)
 	gtk_widget_set_can_focus(GTK_WIDGET(t->sbe.statusbar), FALSE);
 	gtk_widget_modify_font(GTK_WIDGET(t->sbe.statusbar), statusbar_font);
 
-	/* XXX create these widgets only if specified in statusbar_elems */
+	/* create these widgets only if specified in statusbar_elems */
 	t->sbe.position = gtk_entry_new();
 	gtk_entry_set_inner_border(GTK_ENTRY(t->sbe.position), NULL);
 	gtk_entry_set_has_frame(GTK_ENTRY(t->sbe.position), FALSE);