aboutsummaryrefslogtreecommitdiff
path: root/rosenrot.c
diff options
context:
space:
mode:
Diffstat (limited to 'rosenrot.c')
-rw-r--r--rosenrot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/rosenrot.c b/rosenrot.c
index 628cc52..7c3acc9 100644
--- a/rosenrot.c
+++ b/rosenrot.c
@@ -447,7 +447,9 @@ int main(int argc, char** argv)
/* Show to user */
gtk_widget_show_all(GTK_WIDGET(window));
- // gtk_widget_hide(GTK_WIDGET(bar.widget));
+ if (argc != 0) {
+ gtk_widget_hide(GTK_WIDGET(bar.widget));
+ }
/* Deal with more tabs */
if (argc > 2) {