diff options
author | rbuj <[email protected]> | 2019-06-11 17:07:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-11 19:25:24 +0200 |
commit | 6370ad4ac2cf8b2c2cbd73b92b666659608fa9c3 (patch) | |
tree | 9dee757acc8993b119ee9fb85f0772bfd734f8eb /libcaja-private/caja-autorun.c | |
parent | 1d86a70c32f7231293f31abab6c08a98ef40dd2f (diff) | |
download | caja-6370ad4ac2cf8b2c2cbd73b92b666659608fa9c3.tar.bz2 caja-6370ad4ac2cf8b2c2cbd73b92b666659608fa9c3.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 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. * |