summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe <[email protected]>2013-02-23 00:21:56 +0200
committerElan Ruusamäe <[email protected]>2014-03-25 16:32:43 +0200
commite49c528cbf0b32e1c7bf20db5ca1cf048ffb68cd (patch)
tree44263b677c4ee1adab04278054fd8b428af78d44
parentd6dfbdf4d3989ec215b2265031c1998dc157a204 (diff)
downloadcaja-dropbox-e49c528cbf0b32e1c7bf20db5ca1cf048ffb68cd.tar.bz2
caja-dropbox-e49c528cbf0b32e1c7bf20db5ca1cf048ffb68cd.tar.xz
fix defines
caja is at 1.5 so 2.22 and older version probably is wrong last gnome2 was 2.32.2.1 for nautilus
-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;
}