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 --- src/caja-autorun-software.c | 2 +- src/file-manager/fm-icon-view.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/caja-autorun-software.c b/src/caja-autorun-software.c index b47fdfc4..c389144e 100644 --- a/src/caja-autorun-software.c +++ b/src/caja-autorun-software.c @@ -110,7 +110,7 @@ autorun (GMount *mount) /* Careful here, according to * - * http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html + * https://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html * * the ordering does matter. */ diff --git a/src/file-manager/fm-icon-view.c b/src/file-manager/fm-icon-view.c index 497dd543..32210955 100644 --- a/src/file-manager/fm-icon-view.c +++ b/src/file-manager/fm-icon-view.c @@ -576,7 +576,7 @@ fm_icon_view_remove_file (FMDirectoryView *view, CajaFile *file, CajaDirectory * model_uri = caja_directory_get_uri (fm_directory_view_get_model (view)); g_warning ("fm_icon_view_remove_file() - directory not icon view model, shouldn't happen.\n" "file: %p:%s, dir: %p:%s, model: %p:%s, view loading: %d\n" - "If you see this, please add this info to http://bugzilla.gnome.org/show_bug.cgi?id=368178", + "If you see this, please add this info to https://bugzilla.gnome.org/show_bug.cgi?id=368178", file, file_uri, directory, dir_uri, fm_directory_view_get_model (view), model_uri, fm_directory_view_get_loading (view)); g_free (file_uri); g_free (dir_uri); -- cgit v1.2.1