summaryrefslogtreecommitdiff
path: root/src/caja-dropbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-dropbox.c')
-rw-r--r--src/caja-dropbox.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/caja-dropbox.c b/src/caja-dropbox.c
index ef30e1e..e25de86 100644
--- a/src/caja-dropbox.c
+++ b/src/caja-dropbox.c
@@ -49,7 +49,6 @@
static char *emblems[] = {"dropbox-uptodate", "dropbox-syncing", "dropbox-unsyncable"};
gchar *DEFAULT_EMBLEM_PATHS[2] = { EMBLEMDIR , NULL };
-gboolean dropbox_use_caja_submenu_workaround;
gboolean dropbox_use_operation_in_progress_workaround;
static GType dropbox_type = 0;
@@ -596,13 +595,6 @@ caja_dropbox_parse_menu(gchar **options,
g_object_set_property (G_OBJECT(item), "sensitive", &sensitive);
}
- /* taken from caja-file-repairer (http://repairer.kldp.net/):
- * this code is a workaround for a bug of caja
- * See: http://bugzilla.gnome.org/show_bug.cgi?id=508878 */
- if (dropbox_use_caja_submenu_workaround) {
- toret = g_list_append(toret, item);
- }
-
g_object_unref(item);
g_string_free(new_action_string, TRUE);
ret++;