aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-04 04:40:20 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-04 04:40:20 +0800
commit905a5cfca0e35d26f6b883b534928d42180594f3 (patch)
tree38e0461fd5dabc4738642ebc75af380dec284c55 /shell/ChangeLog
parent85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d (diff)
downloadgsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar
gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.gz
gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.bz2
gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.lz
gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.xz
gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.tar.zst
gsoc2013-evolution-905a5cfca0e35d26f6b883b534928d42180594f3.zip
Use bonobo_object_client_(un)?ref instead of gtk_object_(un)?ref.
2002-05-03 Christopher James Lahey <clahey@ximian.com> * e-folder-list.c: Use bonobo_object_client_(un)?ref instead of gtk_object_(un)?ref. (add_clicked): Don't pass NULL to evolution_shell_client_user_select_folder. * glade/Makefile.am: Added e-folder-list.glade * glade/e-folder-list.glade: The glade file for e-folder-list. svn path=/trunk/; revision=16678
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index c47a18101d..32f49c3c42 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,16 @@
2002-05-03 Christopher James Lahey <clahey@ximian.com>
+ * e-folder-list.c: Use bonobo_object_client_(un)?ref instead of
+ gtk_object_(un)?ref.
+ (add_clicked): Don't pass NULL to
+ evolution_shell_client_user_select_folder.
+
+ * glade/Makefile.am: Added e-folder-list.glade
+
+ * glade/e-folder-list.glade: The glade file for e-folder-list.
+
+2002-05-03 Christopher James Lahey <clahey@ximian.com>
+
* Makefile.am (eshellinclude_HEADERS): Added e-folder-list.h.
(libeshell_la_SOURCES): Added e-folder-list.c.