Просмотр исходного кода

(create_file_manager): clarufy value of hint transparency.

Andrew Borodin 5 лет назад
Родитель
Сommit
35d2590893
1 измененных файлов с 1 добавлено и 1 удалено
  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));
     add_widget (midnight_dlg, get_panel_widget (1));
 
 
     the_hint = label_new (0, 0, 0);
     the_hint = label_new (0, 0, 0);
-    the_hint->transparent = 1;
+    the_hint->transparent = TRUE;
     the_hint->auto_adjust_cols = 0;
     the_hint->auto_adjust_cols = 0;
     WIDGET (the_hint)->cols = COLS;
     WIDGET (the_hint)->cols = COLS;
     add_widget (midnight_dlg, the_hint);
     add_widget (midnight_dlg, the_hint);