diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2004-09-30 16:42:11 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2004-09-30 16:42:11 +0800 |
commit | 5f1eb8c6548aa6f56bd8c69333562431f0c0eadc (patch) | |
tree | 8bd5b9a85c4cd934e31d0ea76a80d07af1e5834c /shell/ChangeLog | |
parent | 55e921af93354f13406657f4a5d68c5e426d9402 (diff) | |
download | gsoc2013-evolution-5f1eb8c6548aa6f56bd8c69333562431f0c0eadc.tar.gz gsoc2013-evolution-5f1eb8c6548aa6f56bd8c69333562431f0c0eadc.tar.zst gsoc2013-evolution-5f1eb8c6548aa6f56bd8c69333562431f0c0eadc.zip |
use g_timeout_add().
2004-09-30 Kjartan Maraas <kmaraas@gnome.org>
* e-shell-importer.c: (import_cb): use g_timeout_add().
* importer/intelligent.c: (select_row_cb), (unselect_row_cb),
svn path=/trunk/; revision=27435
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 6731a165bd..a422242e90 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2004-09-30 Kjartan Maraas <kmaraas@gnome.org> + + * e-shell-importer.c: (import_cb): use g_timeout_add(). + * importer/intelligent.c: (select_row_cb), (unselect_row_cb), + (create_gui): use gtk_notebook_set_current_page() instead of + deprecated gtk_notebook_set_page() + 2004-09-24 Not Zed <NotZed@Ximian.com> * e-shell-window-commands.c: Added ed catmur to the credits. |