aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-01-16 11:15:20 +0800
committerHans Petter <hansp@src.gnome.org>2004-01-16 11:15:20 +0800
commit05bd304f77b0199f35ba8e1a8845f87dc6305418 (patch)
tree85ea5fab3d97a49ffb43a5019a9fc0de942fa329 /addressbook/gui/component
parentd01b25aa98ec2b5c2820e640694bfd7f13577eab (diff)
downloadgsoc2013-evolution-05bd304f77b0199f35ba8e1a8845f87dc6305418.tar
gsoc2013-evolution-05bd304f77b0199f35ba8e1a8845f87dc6305418.tar.gz
gsoc2013-evolution-05bd304f77b0199f35ba8e1a8845f87dc6305418.tar.bz2
gsoc2013-evolution-05bd304f77b0199f35ba8e1a8845f87dc6305418.tar.lz
gsoc2013-evolution-05bd304f77b0199f35ba8e1a8845f87dc6305418.tar.xz
gsoc2013-evolution-05bd304f77b0199f35ba8e1a8845f87dc6305418.tar.zst
gsoc2013-evolution-05bd304f77b0199f35ba8e1a8845f87dc6305418.zip
Implement. (get_paned_position): Implement. (eab_view_new): Connect signal
2004-01-15 Hans Petter Jansson <hpj@ximian.com> * gui/widgets/e-addressbook-view.c (set_paned_position): Implement. (get_paned_position): Implement. (eab_view_new): Connect signal to get paned position changes. Remove old hack. (display_view): Set paned position properly. svn path=/trunk/; revision=24264
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/apps_evolution_addressbook.schemas.in.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
index 82af9d0843..6008c11ff3 100644
--- a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
+++ b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
@@ -38,5 +38,18 @@
</locale>
</schema>
+ <!-- View state -->
+
+ <schema>
+ <key>/schemas/apps/evolution/addressbook/display/vpane_position</key>
+ <applyto>/apps/evolution/addressbook/display/vpane_position</applyto>
+ <owner>evolution-addressbook</owner>
+ <type>int</type>
+ <default></default>
+ <locale name="C">
+ <short>Position of the vertical pane in main view</short>
+ </locale>
+ </schema>
+
</schemalist>
-</gconfschemafile> \ No newline at end of file
+</gconfschemafile>