aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-06 02:44:56 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-06 02:44:56 +0800
commit081bd4e3228f99ae3149fa5631fab41038b5d56c (patch)
treeec76bd71ac6cb5b8e933b0bbfcaaed7bdded1ec0 /shell/ChangeLog
parente95a0b6c8bac715a505f4ebfa15450fe98a15326 (diff)
downloadgsoc2013-evolution-081bd4e3228f99ae3149fa5631fab41038b5d56c.tar
gsoc2013-evolution-081bd4e3228f99ae3149fa5631fab41038b5d56c.tar.gz
gsoc2013-evolution-081bd4e3228f99ae3149fa5631fab41038b5d56c.tar.bz2
gsoc2013-evolution-081bd4e3228f99ae3149fa5631fab41038b5d56c.tar.lz
gsoc2013-evolution-081bd4e3228f99ae3149fa5631fab41038b5d56c.tar.xz
gsoc2013-evolution-081bd4e3228f99ae3149fa5631fab41038b5d56c.tar.zst
gsoc2013-evolution-081bd4e3228f99ae3149fa5631fab41038b5d56c.zip
New member `ping_timeout_id' in `EvolutionShellComponentPrivate'.
* evolution-shell-component.c: New member `ping_timeout_id' in `EvolutionShellComponentPrivate'. (setup_owner_pinging): New helper function. (impl_owner_died): Unref the owner and set ->owner_client to %NULL. (impl_setOwner): Don't unref here. (destroy): Remove the source for ->ping_timeout_id if not -1. svn path=/trunk/; revision=13451
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 8ecf5a92f6..fb3a22e426 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,15 @@
2001-10-05 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-shell-component.c: New member `ping_timeout_id' in
+ `EvolutionShellComponentPrivate'.
+ (setup_owner_pinging): New helper function.
+ (impl_owner_died): Unref the owner and set ->owner_client to
+ %NULL.
+ (impl_setOwner): Don't unref here.
+ (destroy): Remove the source for ->ping_timeout_id if not -1.
+
+2001-10-05 Ettore Perazzoli <ettore@ximian.com>
+
* main.c: #include "e-util/e-gtk-utils.h".
(quit_box_new): Queue a draw on the window; otherwise it seems to
fail to redraw in some cases for some reason [see #11412].