aboutsummaryrefslogtreecommitdiff
path: root/src/comet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comet.c')
-rw-r--r--src/comet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comet.c b/src/comet.c
index 019444a..75175e5 100644
--- a/src/comet.c
+++ b/src/comet.c
@@ -354,7 +354,6 @@ int main(int argc, char **argv)
State *state;
} menu_ctx = { (gpointer)group, {"", ""}, NULL, state };
- // XXX: If the alignment of the group and menu button are not equal something strange happens
Button *menu = button_simple_create(PANGO_ALIGN_LEFT, color);
button_simple_set_text(menu, g_strdup(menu_ctx.strings[0]), text_color);
button_simple_set_action(menu, menu_action, &menu_ctx);