From 6370ad4ac2cf8b2c2cbd73b92b666659608fa9c3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 11 Jun 2019 17:07:27 +0200 Subject: Change URL prefixes from http to https --- libcaja-private/caja-autorun.c | 2 +- libcaja-private/caja-file-operations.c | 2 +- libcaja-private/caja-file.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libcaja-private') diff --git a/libcaja-private/caja-autorun.c b/libcaja-private/caja-autorun.c index 15a4f394..17b9d9fc 100644 --- a/libcaja-private/caja-autorun.c +++ b/libcaja-private/caja-autorun.c @@ -428,7 +428,7 @@ caja_autorun_rebuild_combo_box (GtkWidget *combo_box) * * We need the API outlined in * - * http://bugzilla.gnome.org/show_bug.cgi?id=545350 + * https://bugzilla.gnome.org/show_bug.cgi?id=545350 * * to do this. * diff --git a/libcaja-private/caja-file-operations.c b/libcaja-private/caja-file-operations.c index dac74145..5adb051b 100644 --- a/libcaja-private/caja-file-operations.c +++ b/libcaja-private/caja-file-operations.c @@ -2093,7 +2093,7 @@ trash_or_delete_internal (GList *files, } // Start UNDO-REDO // FIXME: Disabled, because of missing mechanism to restore a file from trash in a clean way - // see http://www.mail-archive.com/nautilus-list@gnome.org/msg04664.html + // see https://www.mail-archive.com/nautilus-list@gnome.org/msg04664.html if (try_trash && !caja_undostack_manager_is_undo_redo(caja_undostack_manager_instance())) { job->common.undo_redo_data = caja_undostack_manager_data_new (CAJA_UNDOSTACK_MOVETOTRASH, g_list_length(files)); GFile* src_dir = g_file_get_parent (files->data); diff --git a/libcaja-private/caja-file.c b/libcaja-private/caja-file.c index 6c2b829d..e127d7f1 100644 --- a/libcaja-private/caja-file.c +++ b/libcaja-private/caja-file.c @@ -602,7 +602,7 @@ add_to_link_hash_table_list (GList **list, CajaFile *file) { if (g_list_find (*list, file) != NULL) { g_warning ("Adding file to symlink_table multiple times. " - "Please add feedback of what you were doing at http://bugzilla.gnome.org/show_bug.cgi?id=358172\n"); + "Please add feedback of what you were doing at https://bugzilla.gnome.org/show_bug.cgi?id=358172\n"); return; } g_object_weak_ref (G_OBJECT (file), symbolic_link_weak_notify, list); -- cgit v1.2.1