From cd96c0349b31dc7943c39bfd771b2dd82a8f57f6 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 19 Mar 2003 01:02:39 +0000 Subject: fix use of deprecated gtk_menu_append. (card_picker_selection_changed): 2003-03-18 Chris Toshok * 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 --- addressbook/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6a4ed07a6e..e38cb28b3d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,20 @@ +2003-03-18 Chris Toshok + + * 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 [ Fixes addressbook bug #39730 ] -- cgit v1.2.3