diff options
author | rbuj <[email protected]> | 2019-06-11 17:07:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 00:06:55 +0200 |
commit | 232ce6100034a71c4fefcf5e047b2b0fd9fb480b (patch) | |
tree | fbac61eb479338180acf66aed0db5d88e4aa810b /src | |
parent | 90ebc000a9901c09bbc0c40bdae27b10f0c22949 (diff) | |
download | caja-232ce6100034a71c4fefcf5e047b2b0fd9fb480b.tar.bz2 caja-232ce6100034a71c4fefcf5e047b2b0fd9fb480b.tar.xz |
Change URL prefixes from http to https
Diffstat (limited to 'src')
-rw-r--r-- | src/caja-autorun-software.c | 2 | ||||
-rw-r--r-- | src/file-manager/fm-icon-view.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-autorun-software.c b/src/caja-autorun-software.c index 019cb5c6..ec2ccf74 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 baa4394d..c70bea4a 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); |