summaryrefslogtreecommitdiff
path: root/src/dropbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dropbox.c')
-rw-r--r--src/dropbox.c4
1 files changed, 1 insertions, 3 deletions
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;
}