summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--src/dropbox.c4
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index c5a9457..8985128 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG}
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
bin_SCRIPTS = caja-dropbox
CLEANFILES = $(bin_SCRIPTS) caja-dropbox.1 caja-dropbox.txt
diff --git a/src/dropbox.c b/src/dropbox.c
index e5782e3..cbb1d85 100644
--- a/src/dropbox.c
+++ b/src/dropbox.c
@@ -41,9 +41,7 @@ caja_module_initialize (GTypeModule *module) {
caja_dropbox_register_type (module);
type_list[0] = CAJA_TYPE_DROPBOX;
- dropbox_use_caja_submenu_workaround
- = (CAJA_VERSION_MAJOR < 2 ||
- (CAJA_VERSION_MAJOR == 2 && CAJA_VERSION_MINOR <= 22));
+ dropbox_use_caja_submenu_workaround = FALSE;
dropbox_use_operation_in_progress_workaround = TRUE;
}