mirror of https://github.com/MidnightCommander/mc
1998-11-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
* panel.h (WPanel): Added the missing tree/pane/view_table fields to the Gnome part of the structure.
This commit is contained in:
parent
43931af464
commit
bd88c6ae00
|
@ -1,3 +1,8 @@
|
|||
1998-11-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* panel.h (WPanel): Added the missing tree/pane/view_table fields
|
||||
to the Gnome part of the structure.
|
||||
|
||||
1998-11-26 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* cons.saver.c (main): Make sure stderr is always valid.
|
||||
|
|
|
@ -126,6 +126,9 @@ typedef struct {
|
|||
void *scrollbar;
|
||||
void *status;
|
||||
void *ministatus;
|
||||
void *tree;
|
||||
void *pane;
|
||||
void *view_table;
|
||||
|
||||
void *filter_w; /* A WInput* */
|
||||
void *current_dir; /* A WInput* */
|
||||
|
|
Loading…
Reference in New Issue