diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-20 18:37:56 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-20 18:37:56 +0800 |
commit | e5ffd512cc5e2b633be9c51d20c9a79cddf0aa53 (patch) | |
tree | b8fe6828357d47deec035fc1913113783cb25275 /addressbook/ChangeLog | |
parent | 563ca6075aaed1bfd08f984aefd6facb82f3107e (diff) | |
download | gsoc2013-evolution-e5ffd512cc5e2b633be9c51d20c9a79cddf0aa53.tar gsoc2013-evolution-e5ffd512cc5e2b633be9c51d20c9a79cddf0aa53.tar.gz gsoc2013-evolution-e5ffd512cc5e2b633be9c51d20c9a79cddf0aa53.tar.bz2 gsoc2013-evolution-e5ffd512cc5e2b633be9c51d20c9a79cddf0aa53.tar.lz gsoc2013-evolution-e5ffd512cc5e2b633be9c51d20c9a79cddf0aa53.tar.xz gsoc2013-evolution-e5ffd512cc5e2b633be9c51d20c9a79cddf0aa53.tar.zst gsoc2013-evolution-e5ffd512cc5e2b633be9c51d20c9a79cddf0aa53.zip |
Repeatedly call gtk_main_quit here as long as there is a main loop around.
2001-10-20 Christopher James Lahey <clahey@ximian.com>
* gui/component/addressbook-component.c (owner_unset_cb):
Repeatedly call gtk_main_quit here as long as there is a main loop
around. This is an ugly hack around Ximian bug #11760.
svn path=/trunk/; revision=13821
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 301c492dcf..f7ab9730b6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2001-10-20 Christopher James Lahey <clahey@ximian.com> + * gui/component/addressbook-component.c (owner_unset_cb): + Repeatedly call gtk_main_quit here as long as there is a main loop + around. This is an ugly hack around Ximian bug #11760. + +2001-10-20 Christopher James Lahey <clahey@ximian.com> + * gui/component/select-names/e-select-names.c: Added #include <gal/widgets/e-unicode.h>. |