From fcaf6442f0085d728de9e295208afbb2aff6c1e9 Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Thu, 4 May 2023 20:31:32 +0800 Subject: Replace deprecated functions and fix compilation warnings Replacing GtkAction with GAction Replacing GtkUIManager with GtkBuilder --- src/fr-command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fr-command.h') diff --git a/src/fr-command.h b/src/fr-command.h index 751b1bb..e2c0b4c 100644 --- a/src/fr-command.h +++ b/src/fr-command.h @@ -60,7 +60,7 @@ typedef enum { FR_ACTION_SAVING_REMOTE_ARCHIVE /* copying the archive to a remote location */ } FrAction; -#if MATE_ENABLE_DEBUG +#ifdef MATE_ENABLE_DEBUG const char * get_action_name (FrAction action); #endif -- cgit v1.2.1