]> git.pld-linux.org Git - packages/caja-dropbox.git/commitdiff
add caja-versions.patch
authorElan Ruusamäe <glen@delfi.ee>
Fri, 22 Feb 2013 22:21:56 +0000 (00:21 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 20 Jan 2014 11:49:52 +0000 (13:49 +0200)
caja-versions.patch [new file with mode: 0644]

diff --git a/caja-versions.patch b/caja-versions.patch
new file mode 100644 (file)
index 0000000..d6a23b7
--- /dev/null
@@ -0,0 +1,16 @@
+um, caja is at 1.5 so 2.22 and older version probably is wrong
+
+last gnome2 was 2.32.2.1 for nautilus
+--- caja-dropbox-0.7.1/src/dropbox.c~  2012-07-16 19:04:32.000000000 +0300
++++ caja-dropbox-0.7.1/src/dropbox.c   2013-02-23 00:17:01.435618438 +0200
+@@ -41,9 +41,7 @@
+   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;
+ }
This page took 0.132897 seconds and 4 git commands to generate.