diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-16 22:49:22 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-16 22:49:22 +0800 |
commit | 611fbb0443eb7a26a252ca4a706f9b592cdf0b98 (patch) | |
tree | d9274ce378153b5b80116597a196927524834282 /shell/apps_evolution_shell.schemas | |
parent | d4b1e549f69674ab8c3d36f6ffe2b116269b9032 (diff) | |
download | gsoc2013-evolution-611fbb0443eb7a26a252ca4a706f9b592cdf0b98.tar.gz gsoc2013-evolution-611fbb0443eb7a26a252ca4a706f9b592cdf0b98.tar.zst gsoc2013-evolution-611fbb0443eb7a26a252ca4a706f9b592cdf0b98.zip |
Increase the default value for
* apps_evolution_shell.schemas: Increase the default value for
/schemas/apps/evolution/shell/view_defaults/folder_bar/width to
200. [#41002]
* evolution-shell-component.c (owner_ping_callback): Enable this
again.
(setup_owner_pinging): Same.
(impl_setOwner): Check if the shell is in-process and, if so, call
setup_owner_pinging().
svn path=/trunk/; revision=20862
Diffstat (limited to 'shell/apps_evolution_shell.schemas')
-rw-r--r-- | shell/apps_evolution_shell.schemas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/apps_evolution_shell.schemas b/shell/apps_evolution_shell.schemas index 14d6c18021..d8ad7802d7 100644 --- a/shell/apps_evolution_shell.schemas +++ b/shell/apps_evolution_shell.schemas @@ -230,7 +230,7 @@ <applyto>/apps/evolution/shell/view_defaults/folder_bar/width</applyto> <owner>evolution</owner> <type>int</type> - <default>100</default> + <default>200</default> <locale name="C"> <short>Default width of the folder bar pane</short> </locale> |