Browse Source

(create_file_manager): clarufy value of hint transparency.

Andrew Borodin 5 years ago
parent
commit
35d2590893
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/filemanager/midnight.c

+ 1 - 1
src/filemanager/midnight.c

@@ -931,7 +931,7 @@ create_file_manager (void)
     add_widget (midnight_dlg, get_panel_widget (1));
 
     the_hint = label_new (0, 0, 0);
-    the_hint->transparent = 1;
+    the_hint->transparent = TRUE;
     the_hint->auto_adjust_cols = 0;
     WIDGET (the_hint)->cols = COLS;
     add_widget (midnight_dlg, the_hint);