summaryrefslogtreecommitdiff
path: root/src/fr-command.h
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-05-04 20:31:32 +0800
committerraveit65 <[email protected]>2023-05-09 10:14:21 +0200
commitfcaf6442f0085d728de9e295208afbb2aff6c1e9 (patch)
tree90cb42590ec5bc5f6889917236cc6cb0350b0b77 /src/fr-command.h
parent6f49d2c72ea1ade71df33a301d5192c2a127e790 (diff)
downloadengrampa-fcaf6442f0085d728de9e295208afbb2aff6c1e9.tar.bz2
engrampa-fcaf6442f0085d728de9e295208afbb2aff6c1e9.tar.xz
Replace deprecated functions and fix compilation warnings
Replacing GtkAction with GAction Replacing GtkUIManager with GtkBuilder
Diffstat (limited to 'src/fr-command.h')
-rw-r--r--src/fr-command.h2
1 files changed, 1 insertions, 1 deletions
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