aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-24 18:39:51 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-24 18:39:51 +0800
commit5b52672a1524bd6fda554c2abab496f856a5bbee (patch)
treec8784249c7572a620eb50dcf170d2b57c5c0e91c /shell/ChangeLog
parent8677833cfac274823f23f8ef4669cbeda1293780 (diff)
downloadgsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar
gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.gz
gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.bz2
gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.lz
gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.xz
gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.zst
gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.zip
Add code to query the ::Activity interface in the
EvolutionShellComponent class and get the test component to use it. svn path=/trunk/; revision=10448
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index fd68f5916c..02545d0c2c 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,24 @@
+2001-06-24 Ettore Perazzoli <ettore@ximian.com>
+
+ * evolution-test-component.c: Remove the `activity_interface'
+ global.
+ (timeout_callback_3): Get the ::Activity interface using
+ `evolution_shell_client_get_activity_interface()' on
+ `parent_shell' instead.
+ (timeout_callback_2): Likewise.
+ (timeout_callback_2): Likewise.
+ (timeout_callback_1): Likewise.
+ (owner_set_callback): Don't query interface here. Check if the
+ shell has an ::Activity interface by using
+ `evolution_shell_client_get_activity_interface()' here as well.
+
+ * evolution-shell-client.c: New member `activity_interface' in
+ `EvolutionShellClientPrivate'.
+ (destroy): unref/release it.
+ (evolution_shell_client_construct): Initialize it by querying the
+ shell CORBA Object for the ::Activity interface.
+ (evolution_shell_client_get_activity_interface): New.
+
2001-06-23 Jason Leach <jleach@ximian.com>
* e-shell-folder-selection-dialog.c