mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
9d69629866
* glayout.c: now open the new (non-functional) dialog box. If you want functionality, I suppose you could put the old one back in. I'll work on it more this weekend, though, so hopefully it can get back to the old state relatively quickly. * gprefs.c (gnome_configure_box): New function, new file, first start at unified properties box.
8 lines
113 B
C
8 lines
113 B
C
#ifndef __GPREFS_H__
|
|
#define __GPREFS_H__
|
|
|
|
void gnome_configure_box (GtkWidget *widget, WPanel *panel);
|
|
|
|
|
|
#endif
|