From c9019bd82bba6073c0c18ea8373ee32009fbf1a9 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 4 Aug 2011 16:26:46 +0000 Subject: remove XXX --- xxxterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit 1.4.1-2-gfad0 ion> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_rooms.c
blob: c81ded6b12ee1a0f8acef844ebc2659ec652bb7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38