[gedit] Remove useless writable-vfs-schemes scheme key and update the docs.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Remove useless writable-vfs-schemes scheme key and update the docs.
- Date: Sat, 26 Mar 2011 00:12:59 +0000 (UTC)
commit e729c516c09d414ecff3e0c2bce4836251090fd9
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Mar 26 01:12:14 2011 +0100
Remove useless writable-vfs-schemes scheme key and update the docs.
data/org.gnome.gedit.gschema.xml.in.in | 5 -----
gedit/gedit-settings.h | 1 -
help/C/gedit-open-on-server.page | 4 +---
3 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/data/org.gnome.gedit.gschema.xml.in.in b/data/org.gnome.gedit.gschema.xml.in.in
index f4a4941..49b8d18 100644
--- a/data/org.gnome.gedit.gschema.xml.in.in
+++ b/data/org.gnome.gedit.gschema.xml.in.in
@@ -126,11 +126,6 @@
<_summary>Smart Home End</_summary>
<_description>Specifies how the cursor moves when the HOME and END keys are pressed. Use "disabled" to always move at the start/end of the line, "after" to move to the start/end of the line the first time the keys are pressed and to the start/end of the text ignoring whitespaces the second time the keys are pressed, "before" to move to the start/end of the text before moving to the start/end of the line and "always" to always move to the start/end of the text instead of the start/end of the line.</_description>
</key>
- <key name="writable-vfs-schemes" type="as">
- <default>['dav', 'davs', 'ftp', 'sftp', 'smb', 'ssh']</default>
- <_summary>Writable VFS schemes</_summary>
- <_description>List of VFS schemes gedit supports in write mode. The 'file' scheme is writable by default.</_description>
- </key>
<key name="restore-cursor-position" type="b">
<default>true</default>
<_summary>Restore Previous Cursor Position</_summary>
diff --git a/gedit/gedit-settings.h b/gedit/gedit-settings.h
index 12f8346..ac17055 100644
--- a/gedit/gedit-settings.h
+++ b/gedit/gedit-settings.h
@@ -90,7 +90,6 @@ void gedit_settings_set_list (GSettings *settings,
#define GEDIT_SETTINGS_DISPLAY_RIGHT_MARGIN "display-right-margin"
#define GEDIT_SETTINGS_RIGHT_MARGIN_POSITION "right-margin-position"
#define GEDIT_SETTINGS_SMART_HOME_END "smart-home-end"
-#define GEDIT_SETTINGS_WRITABLE_VFS_SCHEMES "writable-vfs-schemes"
#define GEDIT_SETTINGS_RESTORE_CURSOR_POSITION "restore-cursor-position"
#define GEDIT_SETTINGS_SYNTAX_HIGHLIGHTING "syntax-highlighting"
#define GEDIT_SETTINGS_SEARCH_HIGHLIGHTING "search-highlighting"
diff --git a/help/C/gedit-open-on-server.page b/help/C/gedit-open-on-server.page
index ad8202d..fcfaafa 100644
--- a/help/C/gedit-open-on-server.page
+++ b/help/C/gedit-open-on-server.page
@@ -28,10 +28,8 @@
<item><p>Click <gui>Open</gui>.</p></item>
</steps>
- <p>Valid types of URI include http:, ftp:, file:, and all of the methods supported by <app>gnome-vfs</app>.</p>
+ <p>Valid types of URI include http:, ftp:, file:, and all of the methods supported by <app>gvfs</app>.</p>
<note><p>Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. For example, HTTP only allows files to be read. Files opened from FTP are read-only because because not all FTP servers may correctly work with saving remote files.</p>
-<p>Saving to FTP servers can be enabled with Configuration Editor, setting the key org.gnome.gedit.preferences.editor.writable-vfs-schemes, but this may cause errors.</p></note>
-
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]