From 40813c4d9845dba80606156a5d7ed96368ed9997 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 21 Oct 2004 01:42:20 +0000 Subject: register config hook. 2004-10-20 Not Zed * gui/component/addressbook-component.c (addressbook_component_init): register config hook. * gui/component/addressbook-config.c: mostly re-written to use econfig. (query_for_supported_bases): convert to gtktreeview. * gui/widgets/eab-config.c (ecp_set_target): hook onto source changed. (ecp_source_changed): propagate changed state info. (ecp_class_init): setup private data. 2004-10-19 Not Zed * gui/widgets/eab-menu.c (eabm_target_free): don't unref null book. svn path=/trunk/; revision=27666 --- addressbook/gui/component/ldap-config.glade | 38 +++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/component/ldap-config.glade') diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index ba26736e04..8c6bfa1c84 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -11,6 +11,11 @@ False True False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST False @@ -32,6 +37,7 @@ gtk-cancel True GTK_RELIEF_NORMAL + True -6 @@ -44,6 +50,7 @@ gtk-ok True GTK_RELIEF_NORMAL + True -5 @@ -99,7 +106,7 @@ True False - 12 + 0 @@ -895,6 +902,7 @@ True True GTK_RELIEF_NORMAL + True @@ -903,6 +911,10 @@ 0.5 0 0 + 0 + 0 + 0 + 0 @@ -1280,7 +1292,6 @@ - False Supported Search Bases GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER @@ -1289,6 +1300,11 @@ 200 True False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST False @@ -1310,6 +1326,7 @@ gtk-cancel True GTK_RELIEF_NORMAL + True -6 @@ -1322,6 +1339,7 @@ gtk-ok True GTK_RELIEF_NORMAL + True -5 @@ -1374,6 +1392,11 @@ False True False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST False @@ -1395,6 +1418,7 @@ gtk-cancel True GTK_RELIEF_NORMAL + True -6 @@ -1405,6 +1429,7 @@ True True GTK_RELIEF_NORMAL + True 0 @@ -1414,6 +1439,10 @@ 0.5 0 0 + 0 + 0 + 0 + 0 @@ -2185,6 +2214,7 @@ True True GTK_RELIEF_NORMAL + True @@ -2193,6 +2223,10 @@ 0.5 0 0 + 0 + 0 + 0 + 0 -- cgit