[Xfce4-commits] [panel-plugins/xfce4-smartbookmark-plugin] 01/03: s/http/https

noreply at xfce.org noreply at xfce.org
Sun Oct 20 01:01:45 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   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 panel-plugins/xfce4-smartbookmark-plugin.

commit 4fdbb9fa5397d4e6caaf8565441fbc967d69929f
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Oct 19 19:46:16 2019 -0300

    s/http/https
---
 README              | 6 +++---
 autogen.sh          | 2 +-
 src/smartbookmark.c | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 646cbc3..e7bb14b 100644
--- a/README
+++ b/README
@@ -2,9 +2,9 @@ CONFIGURATION
 -------------
 Some URL examples:
 
-Google: http://www.google.it/search?q=
-Debian BTS: http://bugs.debian.org/
-Wikipedia: http://en.wikipedia.org/wiki/
+Google: https://www.google.it/search?q=
+Debian BTS: https://bugs.debian.org/
+Wikipedia: https://en.wikipedia.org/wiki/
 
 BUGS
 ----
diff --git a/autogen.sh b/autogen.sh
index 6bc0c8a..7c1251e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
 autogen.sh: You don't seem to have the Xfce development tools installed on
             your system, which are required to build this software.
             Please install the xfce4-dev-tools package first, available from
-            http://xfce.org/~benny/projects/xfce4-dev-tools/.
+            https://xfce.org/~benny/projects/xfce4-dev-tools/.
 EOF
   exit 1
 }
diff --git a/src/smartbookmark.c b/src/smartbookmark.c
index 6cfe126..8a89c24 100644
--- a/src/smartbookmark.c
+++ b/src/smartbookmark.c
@@ -173,7 +173,7 @@ static t_search *search_new(XfcePanelPlugin *plugin)
     gtk_widget_set_valign(GTK_WIDGET(search->box), GTK_ALIGN_CENTER);
 
     /* default options */
-    search->url = "http://bugs.debian.org/";
+    search->url = "https://bugs.debian.org/";
     search->label_text = "BTS";
     search->size = 5;
     search->hide_label = FALSE;
@@ -209,7 +209,7 @@ static void search_read_config(t_search *search, const gchar* filename)
     if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
     {
         xfce_rc_set_group(rcfile, NULL);
-        search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/"));
+        search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugs.debian.org/"));
         search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
         search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
         search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list