[Xfce4-commits] [xfce/exo] 01/02: Update Xfce URLs to HTTPS
noreply at xfce.org
noreply at xfce.org
Sun Jun 18 15:15:12 CEST 2017
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit 0244f339710aeadb543fe6e0dfbc0cee447fe83a
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Jun 18 09:13:49 2017 -0400
Update Xfce URLs to HTTPS
---
autogen.sh | 2 +-
configure.ac.in | 2 +-
docs/reference/exo-csource.xml | 1 -
docs/reference/exo-docs.xml | 2 +-
exo-open/main.c | 6 +++---
exo/exo-icon-view.c | 4 ++--
6 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index d8ee2ed..0cbb93c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,7 +27,7 @@ autogen.sh: You don't seem to have the Xfce development tools (at least
version $XDT_REQURED_VERSION) installed on your system, which
are required to build this software.
Please install the xfce4-dev-tools package first; it is available
- from http://www.xfce.org/.
+ from https://xfce.org/.
EOF
exit 1
}
diff --git a/configure.ac.in b/configure.ac.in
index b5319f7..347f507 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -33,7 +33,7 @@ dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2004-2010 os-cillation.
Copyright (c) 2004-2015 Xfce Development Team])
-AC_INIT([exo], [libexo_version], [http://bugzilla.xfce.org/])
+AC_INIT([exo], [libexo_version], [https://bugzilla.xfce.org/])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
AC_REVISION([@REVISION@])
diff --git a/docs/reference/exo-csource.xml b/docs/reference/exo-csource.xml
index fa60787..0c23837 100644
--- a/docs/reference/exo-csource.xml
+++ b/docs/reference/exo-csource.xml
@@ -138,4 +138,3 @@
</para>
</refsect1>
</refentry>
-
diff --git a/docs/reference/exo-docs.xml b/docs/reference/exo-docs.xml
index e8988d4..db35600 100644
--- a/docs/reference/exo-docs.xml
+++ b/docs/reference/exo-docs.xml
@@ -75,7 +75,7 @@
<title>Overview</title>
<para>
<ulink type="http" url="http://libexo.os-cillation.com/">libexo</ulink> is an extension
- library for <ulink url="http://www.xfce.org/" type="http">Xfce</ulink>,
+ library for <ulink url="https://xfce.org/" type="http">Xfce</ulink>,
developed by <ulink url="http://www.os-cillation.com/" type="http">os-cillation</ulink>.
While Xfce comes with quite a few libraries that are targeted at desktop development,
libexo is targeted at application developement - in particular, developing applications for
diff --git a/exo-open/main.c b/exo-open/main.c
index 8cba8d5..709daa7 100644
--- a/exo-open/main.c
+++ b/exo-open/main.c
@@ -57,9 +57,9 @@
/**
* For testing this code, the following commands should work:
*
- * exo-open --launch WebBrowser http://xfce.org (bug #5461).
- * exo-open --launch WebBrowser http://xfce.org bugs.xfce.org 'http://www.google.com/search?q=what is a space' 'http://wiki.xfce.org'
- * exo-open http://xfce.org
+ * exo-open --launch WebBrowser https://xfce.org (bug #5461).
+ * exo-open --launch WebBrowser https://xfce.org bugzilla.xfce.org 'http://www.google.com/search?q=what is a space' 'https://wiki.xfce.org'
+ * exo-open https://xfce.org
* exo-open --launch TerminalEmulator ./script.sh 'something with a space' 'nospace' (bug #5132).
* exo-open --launch TerminalEmulator ssh -l username some.host.com
*
diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index f7613e6..25df5fd 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -4608,7 +4608,7 @@ exo_icon_view_add_move_binding (GtkBindingSet *binding_set,
gtk_binding_entry_add_signal (binding_set, keyval, modmask, "move-cursor", 2, G_TYPE_ENUM, step, G_TYPE_INT, count);
/* skip shift+n and shift+p because this blocks type-ahead search.
- * see http://bugzilla.xfce.org/show_bug.cgi?id=4633
+ * see https://bugzilla.xfce.org/show_bug.cgi?id=4633
*/
if (G_LIKELY (keyval != GDK_KEY_p && keyval != GDK_KEY_n))
gtk_binding_entry_add_signal (binding_set, keyval, GDK_SHIFT_MASK, "move-cursor", 2, G_TYPE_ENUM, step, G_TYPE_INT, count);
@@ -5064,7 +5064,7 @@ exo_icon_view_move_cursor_left_right (ExoIconView *icon_view,
{
/* determine the next/prev list item depending on step,
* support wrapping around on the edges, as requested
- * in http://bugzilla.xfce.org/show_bug.cgi?id=1623.
+ * in https://bugzilla.xfce.org/show_bug.cgi?id=1623.
*/
list = (step > 0) ? list->next : list->prev;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list