[gnome-commander] Set default quick connect uri and password to an empty string
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Set default quick connect uri and password to an empty string
- Date: Wed, 10 Nov 2021 22:35:11 +0000 (UTC)
commit 68702ac4aca95228e5c671ed70138e80101a9967
Author: Uwe Scholz <u scholz83 gmx de>
Date: Wed Nov 10 23:34:54 2021 +0100
Set default quick connect uri and password to an empty string
The original values are not useful anymore
data/org.gnome.gnome-commander.gschema.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.gnome-commander.gschema.xml b/data/org.gnome.gnome-commander.gschema.xml
index 63fa8f43..064e782d 100644
--- a/data/org.gnome.gnome-commander.gschema.xml
+++ b/data/org.gnome.gnome-commander.gschema.xml
@@ -559,7 +559,7 @@
</schema>
<schema gettext-domain="gnome-commander" id="org.gnome.gnome-commander.preferences.network"
path="/org/gnome/gnome-commander/preferences/network/">
<key name="quick-connect-uri" type="s">
- <default>'ftp://anonymous ftp gnome org/pub/GNOME/'</default>
+ <default>''</default>
<summary>Quick connect URI</summary>
<description>
Unified resource identifier for quick connections.
@@ -571,7 +571,7 @@
<description></description>
</key>
<key name="ftp-anonymous-password" type="s">
- <default>'you provider com'</default>
+ <default>''</default>
<summary>Password for anonymous FTP connections</summary>
<description>
This string defines the password for anonymous FTP connections.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]