[geary/wip/765516-gtk-widget-conversation-viewer: 15/174] 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: 15/174] Remove now-unused composer-pane-position pref.
- Date: Sun, 25 Sep 2016 13:07:18 +0000 (UTC)
commit f9e2277e3497988bf865dc82a08045680c008634
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 aa30ae2..045b7c7 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 8e8521e..da4341b 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";
@@ -64,10 +63,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]