aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-03-19 09:02:39 +0800
committerChris Toshok <toshok@src.gnome.org>2003-03-19 09:02:39 +0800
commitcd96c0349b31dc7943c39bfd771b2dd82a8f57f6 (patch)
tree92c6cb41765e4108df78ff77aa06596a429aed12 /addressbook/ChangeLog
parent7e94b2e939dd6f42c2c94c09bd5e25dd7f4bddce (diff)
downloadgsoc2013-evolution-cd96c0349b31dc7943c39bfd771b2dd82a8f57f6.tar
gsoc2013-evolution-cd96c0349b31dc7943c39bfd771b2dd82a8f57f6.tar.gz
gsoc2013-evolution-cd96c0349b31dc7943c39bfd771b2dd82a8f57f6.tar.bz2
gsoc2013-evolution-cd96c0349b31dc7943c39bfd771b2dd82a8f57f6.tar.lz
gsoc2013-evolution-cd96c0349b31dc7943c39bfd771b2dd82a8f57f6.tar.xz
gsoc2013-evolution-cd96c0349b31dc7943c39bfd771b2dd82a8f57f6.tar.zst
gsoc2013-evolution-cd96c0349b31dc7943c39bfd771b2dd82a8f57f6.zip
fix use of deprecated gtk_menu_append. (card_picker_selection_changed):
2003-03-18 Chris Toshok <toshok@ximian.com> * gui/component/e-address-popup.c (email_menu_add_option): fix use of deprecated gtk_menu_append. (card_picker_selection_changed): change this to be used with the "changed" signal on GtkTreeSelection. (free_str): yeah, gross. i know. (card_picker_init): this needed some fixing, so the strings don't go away after we insert them into the model. also, connect to the "changed" GtkTreeSelection signal instead of using the nonexistant gtk_tree_selection_set_func. (e_address_popup_construct): gtk_style_unref -> g_object_unref. (popup_size_allocate_cb): nuke. (e_address_popup_ambiguous_email_add): use gtk_window_set_position and let the window manager place the window instead of doing it ourself. svn path=/trunk/; revision=20352
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 6a4ed07a6e..e38cb28b3d 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,22 @@
2003-03-18 Chris Toshok <toshok@ximian.com>
+ * gui/component/e-address-popup.c (email_menu_add_option): fix use
+ of deprecated gtk_menu_append.
+ (card_picker_selection_changed): change this to be used with the
+ "changed" signal on GtkTreeSelection.
+ (free_str): yeah, gross. i know.
+ (card_picker_init): this needed some fixing, so the strings don't
+ go away after we insert them into the model. also, connect to the
+ "changed" GtkTreeSelection signal instead of using the nonexistant
+ gtk_tree_selection_set_func.
+ (e_address_popup_construct): gtk_style_unref -> g_object_unref.
+ (popup_size_allocate_cb): nuke.
+ (e_address_popup_ambiguous_email_add): use gtk_window_set_position
+ and let the window manager place the window instead of doing it
+ ourself.
+
+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.