Forgot this...
This commit is contained in:
@ -43,8 +43,14 @@ void menus_quit (void);
|
||||
|
||||
void menus_set_sensitive (gchar *path,
|
||||
gint sensitive);
|
||||
void menus_set_sensitive_locale(gchar *prepath,
|
||||
gchar *path,
|
||||
gint sensitive);
|
||||
void menus_set_state (gchar *path,
|
||||
gint state);
|
||||
void menus_set_state_locale (gchar *prepath,
|
||||
gchar *path,
|
||||
gint state);
|
||||
|
||||
void menus_last_opened_add (gchar *filename);
|
||||
|
||||
|
Reference in New Issue
Block a user