From 33c34c1572174ea79476db8c741fe98b2f50d3d2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 4 May 2015 00:17:23 -0400 Subject: [PATCH] Made a comment in the previous commit more clear. --- unix/tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/tab.c b/unix/tab.c index b754584c..ba4d2319 100644 --- a/unix/tab.c +++ b/unix/tab.c @@ -43,7 +43,7 @@ static void tabShow(uiControl *c) { struct tab *t = (struct tab *) t; - // don't call gtk_widget_show_all() like the default handler does; that'll override user hiding + // don't call gtk_widget_show_all() like the default handler does; that'll override user hiding of children gtk_widget_show(t->widget); }