diff options
author | Chris Toshok <toshok@ximian.com> | 2003-03-19 06:20:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-03-19 06:20:39 +0800 |
commit | 7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce (patch) | |
tree | dcc0058b8fd42f6bb88a56a2c6e2a59c79565d62 /addressbook/ChangeLog | |
parent | e31a8b9678ee651cfe883e80a11b9353fc7d1e50 (diff) | |
download | gsoc2013-evolution-7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce.tar gsoc2013-evolution-7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce.tar.gz gsoc2013-evolution-7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce.tar.bz2 gsoc2013-evolution-7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce.tar.lz gsoc2013-evolution-7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce.tar.xz gsoc2013-evolution-7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce.tar.zst gsoc2013-evolution-7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce.zip |
[ Fixes addressbook bug #39730 ] add response ids to the search base
2003-03-18 Chris Toshok <toshok@ximian.com>
[ 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6e92275a49..6a4ed07a6e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,27 @@ 2003-03-18 Chris Toshok <toshok@ximian.com> + [ 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. + +2003-03-18 Chris Toshok <toshok@ximian.com> + * gui/component/select-names/e-select-names-section.etspec: use alternating-row-colors="false" |