mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
b862fdfd8a
* main.c (update_one_panel_widget): GNOME version does the panel update here (this is an optimization, as we do not want do_refresh to do anything. * dialog.c (do_refresh): Remove this optimization as it was disabling the repainting of the screen contents. * hotlist.c (done_hotlist): The hotlist might not be loaded anymore. 1999-01-02 Miguel de Icaza <miguel@nuclecu.unam.mx> 1999-01-03 Miguel de Icaza <miguel@nuclecu.unam.mx> * gtools.c (query_dialog): Simplified.
7 lines
103 B
C
7 lines
103 B
C
#ifndef __GWIDGET_H
|
|
#define __GWIDGET_H
|
|
|
|
char *stock_from_text (char *text);
|
|
|
|
#endif /* __GWIDGET_H */
|