From e49c528cbf0b32e1c7bf20db5ca1cf048ffb68cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 23 Feb 2013 00:21:56 +0200 Subject: 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 --- src/dropbox.c | 4 +--- 1 file changed, 1 insertion(+), 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; } -- cgit v1.2.1