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 /libcaja-private/caja-autorun.c | |
parent | 90ebc000a9901c09bbc0c40bdae27b10f0c22949 (diff) | |
download | caja-232ce6100034a71c4fefcf5e047b2b0fd9fb480b.tar.bz2 caja-232ce6100034a71c4fefcf5e047b2b0fd9fb480b.tar.xz |
Change URL prefixes from http to https
Diffstat (limited to 'libcaja-private/caja-autorun.c')
-rw-r--r-- | libcaja-private/caja-autorun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-autorun.c b/libcaja-private/caja-autorun.c index 797e608b..a7b040c6 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. * |