diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-24 04:32:02 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-24 04:32:02 +0800 |
commit | 3fa9162b67f4ef126264c38af659af610b01efd4 (patch) | |
tree | 387bddc5cf82a50e8df72622cd87c4156ba18930 /addressbook/ChangeLog | |
parent | fd2a3bcf17970eeea602fbcf2404f58a92afd77a (diff) | |
download | gsoc2013-evolution-3fa9162b67f4ef126264c38af659af610b01efd4.tar.gz gsoc2013-evolution-3fa9162b67f4ef126264c38af659af610b01efd4.tar.zst gsoc2013-evolution-3fa9162b67f4ef126264c38af659af610b01efd4.zip |
[ either mostly or entirely fixes #33708 ] new function, factor it out of
2003-04-23 Chris Toshok <toshok@ximian.com>
[ either mostly or entirely fixes #33708 ]
* gui/component/select-names/e-select-names-completion.c
(e_select_names_completion_done): new function, factor it out of
_seq_complete_cb because we need to run the same code in a couple
of places.
(e_select_names_completion_got_book_view_cb): treat an error from
a book as getting a "sequence_complete", and decrement the count
of pending complete signals.
(e_select_names_completion_got_book_view_cb): remove the increment
of pending_completion_seq from here.
(e_select_names_completion_seq_complete_cb): factor out the body
of e_select_names_completion_done from here, and call it.
(e_select_names_completion_start_query): increment
pending_completion_seq here. remove the async variable, as we can
now use pending_completion_seq for that purpose (it's > 0 iff
async would have been TRUE).
svn path=/trunk/; revision=20943
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 691aeea2e8..293572bbd5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,22 @@ +2003-04-23 Chris Toshok <toshok@ximian.com> + + [ either mostly or entirely fixes #33708 ] + * gui/component/select-names/e-select-names-completion.c + (e_select_names_completion_done): new function, factor it out of + _seq_complete_cb because we need to run the same code in a couple + of places. + (e_select_names_completion_got_book_view_cb): treat an error from + a book as getting a "sequence_complete", and decrement the count + of pending complete signals. + (e_select_names_completion_got_book_view_cb): remove the increment + of pending_completion_seq from here. + (e_select_names_completion_seq_complete_cb): factor out the body + of e_select_names_completion_done from here, and call it. + (e_select_names_completion_start_query): increment + pending_completion_seq here. remove the async variable, as we can + now use pending_completion_seq for that purpose (it's > 0 iff + async would have been TRUE). + 2003-04-19 Chris Toshok <toshok@ximian.com> [ fixes bug #40954 ] |