aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-19 17:54:50 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-19 17:54:50 +0800
commit9130b26c7b84ea9d96bb9d77f819a4c6fe099eda (patch)
tree6f586f59da99d6df776d631a6bdccd100f90b9dc /shell/ChangeLog
parent1003ebf6196a0ad8e5de5441c44799a9d8e85a92 (diff)
downloadgsoc2013-evolution-9130b26c7b84ea9d96bb9d77f819a4c6fe099eda.tar
gsoc2013-evolution-9130b26c7b84ea9d96bb9d77f819a4c6fe099eda.tar.gz
gsoc2013-evolution-9130b26c7b84ea9d96bb9d77f819a4c6fe099eda.tar.bz2
gsoc2013-evolution-9130b26c7b84ea9d96bb9d77f819a4c6fe099eda.tar.lz
gsoc2013-evolution-9130b26c7b84ea9d96bb9d77f819a4c6fe099eda.tar.xz
gsoc2013-evolution-9130b26c7b84ea9d96bb9d77f819a4c6fe099eda.tar.zst
gsoc2013-evolution-9130b26c7b84ea9d96bb9d77f819a4c6fe099eda.zip
(evolution_activity_client_construct): Get a raw
GNOME_Evolution_Shell as an arg instead of an EvolutionShellClient. (get_shell_activity_iface): New helper function. (evolution_activity_client_construct): Use it. svn path=/trunk/; revision=23440
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0480780d3b..a854194c16 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2003-11-19 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-activity-client.c
+ (evolution_activity_client_construct): Get a raw
+ GNOME_Evolution_Shell as an arg instead of an
+ EvolutionShellClient.
+ (get_shell_activity_iface): New helper function.
+ (evolution_activity_client_construct): Use it.
+
+2003-11-19 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-window.c (impl_dispose): Destroy the tooltips instead of
unreffing them.