From 7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 18 Mar 2003 22:20:39 +0000 Subject: [ Fixes addressbook bug #39730 ] add response ids to the search base 2003-03-18 Chris Toshok [ Fixes addressbook bug #39730 ] * gui/component/ldap-config.glade: add response ids to the search base dialog. * gui/component/addressbook-config.c (addressbook_source_dialog_destroy): use g_object_unref, not gtk_widget_destroy, on the GladeXML. (addressbook_add_server_druid): call gtk_window_set_type_hint GDK_WINDOW_TYPE_HINT_DIALOG so this window looks like a dialog. (editor_modify_cb): no more apply button. (edit_dialog_apply_clicked): nuked. (edit_dialog_close_clicked): rename to _cancal_clicked. (edit_dialog_ok_clicked): call gtk_widget_destroy here instead of calling _cancel_clicked. (addressbook_edit_server_dialog): no more apply button, and close_button -> cancel_button. Also, set the hint to GDK_WINDOW_TYPE_HINT_DIALOG. (ldap_dialog_new): fix compiler warning. (addressbook_dialog_create_sources_table): same. svn path=/trunk/; revision=20351 --- addressbook/gui/component/ldap-config.glade | 44 +++++++++++------------------ 1 file changed, 16 insertions(+), 28 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 8c1d3d4f41..46232e042d 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -1001,23 +1001,11 @@ LDAP attribute to associate with it. - - True - False - True - True - gtk-apply - True - GTK_RELIEF_NORMAL - - - - - + True True True - gtk-close + gtk-cancel True GTK_RELIEF_NORMAL @@ -1077,9 +1065,9 @@ need help finding this information. True Step 1: Server Information - #e700bfffe4b8 - #3c0c0811e4b8 - #fa68081cc8cc + #e6d0bfffe488 + #c5d80812e488 + #a440081dc8cc @@ -1143,9 +1131,9 @@ information. Please ask your system administrator if you are unsure of this info True Step 2: Connecting to Server - #e700bfffe4b8 - #3c0c0811e4b8 - #fa68081cc8cc + #e6d0bfffe488 + #c5d80812e488 + #a440081dc8cc @@ -1210,9 +1198,9 @@ your connection. Ask your system administrator if your LDAP server uses these pr True Step 3: Searching the Directory - #e700bfffe4b8 - #3c0c0811e4b8 - #fa68081cc8cc + #e6d0bfffe488 + #c5d80812e488 + #a440081dc8cc @@ -1277,9 +1265,9 @@ need to change these options. True Step 4: Display Name - #e700bfffe4b8 - #3c0c0811e4b8 - #fa68081cc8cc + #e6d0bfffe488 + #c5d80812e488 + #a440081dc8cc @@ -5828,7 +5816,7 @@ searches, and for creating and editing contacts. gtk-ok True GTK_RELIEF_NORMAL - 0 + -5 @@ -5840,7 +5828,7 @@ searches, and for creating and editing contacts. gtk-cancel True GTK_RELIEF_NORMAL - 0 + -6 -- cgit v1.2.3