diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-03 15:25:56 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-03 15:25:56 +0800 |
commit | 6c75cad99d5167ec1a756ce5c7a92ac6fb2aa92d (patch) | |
tree | 890b0a6646877552670f5b0aa1ef495254f023cf /e-util | |
parent | b63a56247a1c88b620890534c02154634f759ae5 (diff) | |
download | gsoc2013-evolution-6c75cad99d5167ec1a756ce5c7a92ac6fb2aa92d.tar.gz gsoc2013-evolution-6c75cad99d5167ec1a756ce5c7a92ac6fb2aa92d.tar.zst gsoc2013-evolution-6c75cad99d5167ec1a756ce5c7a92ac6fb2aa92d.zip |
revert the patch from chenthill, this wont work yet.
2004-12-03 Not Zed <NotZed@Ximian.com>
* e-config.c (ec_rebuild): revert the patch from chenthill, this
wont work yet.
svn path=/trunk/; revision=28057
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 5 | ||||
-rw-r--r-- | e-util/e-config.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index ed3a9db1aa..026e31089f 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2004-12-03 Not Zed <NotZed@Ximian.com> + + * e-config.c (ec_rebuild): revert the patch from chenthill, this + wont work yet. + 2004-11-29 Mengjie Yu <meng-jie.yu@sun.com> * e-config.c: (ec_rebuild):add mnemonic for label. diff --git a/e-util/e-config.c b/e-util/e-config.c index 01b3eb6ab0..422c480134 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -654,11 +654,8 @@ ec_rebuild(EConfig *emp) if (item->type == E_CONFIG_SECTION) section = gtk_vbox_new(FALSE, 6); - else { + else section = gtk_table_new(1, 1, FALSE); - gtk_table_set_row_spacings (section, 12); - gtk_table_set_col_spacings (section, 12); - } frame = g_object_new(gtk_frame_get_type(), "shadow_type", GTK_SHADOW_NONE, |