[geary/wip/765516-gtk-widget-conversation-viewer: 58/107] Remove now-unused composer-pane-position pref.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/765516-gtk-widget-conversation-viewer: 58/107] Remove now-unused composer-pane-position pref.
- Date: Sun, 5 Jun 2016 12:32:22 +0000 (UTC)
commit a8cd79d569d16fb2461d6dbd0f15e3cfa0966516
Author: Michael James Gratton <mike vee net>
Date: Mon Apr 11 02:54:25 2016 +1000
Remove now-unused composer-pane-position pref.
desktop/org.yorba.geary.gschema.xml | 6 ------
src/client/application/geary-config.vala | 5 -----
2 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/desktop/org.yorba.geary.gschema.xml b/desktop/org.yorba.geary.gschema.xml
index 2c435b3..7551495 100644
--- a/desktop/org.yorba.geary.gschema.xml
+++ b/desktop/org.yorba.geary.gschema.xml
@@ -50,12 +50,6 @@
<description>Position of the message list Paned grabber.</description>
</key>
- <key name="composer-pane-position" type="i">
- <default>350</default>
- <summary>position of the composer pane</summary>
- <description>Position of the composer Paned grabber, when open.</description>
- </key>
-
<key name="autoselect" type="b">
<default>true</default>
<summary>autoselect next message</summary>
diff --git a/src/client/application/geary-config.vala b/src/client/application/geary-config.vala
index e79fe26..e375e4b 100644
--- a/src/client/application/geary-config.vala
+++ b/src/client/application/geary-config.vala
@@ -14,7 +14,6 @@ public class Configuration {
public const string FOLDER_LIST_PANE_POSITION_VERTICAL_KEY = "folder-list-pane-position-vertical";
public const string FOLDER_LIST_PANE_HORIZONTAL_KEY = "folder-list-pane-horizontal";
public const string MESSAGES_PANE_POSITION_KEY = "messages-pane-position";
- public const string COMPOSER_PANE_POSITION_KEY = "composer-pane-position";
public const string AUTOSELECT_KEY = "autoselect";
public const string DISPLAY_PREVIEW_KEY = "display-preview";
public const string SPELL_CHECK_KEY = "spell-check";
@@ -61,10 +60,6 @@ public class Configuration {
set { settings.set_int(MESSAGES_PANE_POSITION_KEY, value); }
}
- public int composer_pane_position {
- get { return settings.get_int(COMPOSER_PANE_POSITION_KEY); }
- }
-
public bool autoselect {
get { return settings.get_boolean(AUTOSELECT_KEY); }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]