aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-01-31 05:58:56 +0800
committerChristian Persch <chpe@src.gnome.org>2006-01-31 05:58:56 +0800
commit6bf566c5b05b4a8adf46cb19b7e939772ea9e001 (patch)
tree8a82b3ed48c5823918c3056c09866b0a084d4bd6 /ChangeLog
parent76483001e27ea8965f86ae420fb6d4d20f246785 (diff)
downloadgsoc2013-epiphany-6bf566c5b05b4a8adf46cb19b7e939772ea9e001.tar
gsoc2013-epiphany-6bf566c5b05b4a8adf46cb19b7e939772ea9e001.tar.gz
gsoc2013-epiphany-6bf566c5b05b4a8adf46cb19b7e939772ea9e001.tar.bz2
gsoc2013-epiphany-6bf566c5b05b4a8adf46cb19b7e939772ea9e001.tar.lz
gsoc2013-epiphany-6bf566c5b05b4a8adf46cb19b7e939772ea9e001.tar.xz
gsoc2013-epiphany-6bf566c5b05b4a8adf46cb19b7e939772ea9e001.tar.zst
gsoc2013-epiphany-6bf566c5b05b4a8adf46cb19b7e939772ea9e001.zip
Idle unref the dbus proxy in case we didn't call any remote methods; and
2006-01-30 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (open_urls), (call_dbus_proxy): Idle unref the dbus proxy in case we didn't call any remote methods; and ref the dbus proxy for each call + one idle unref for each URL remoted.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46f55ecd7..ce4e248d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-01-30 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-main.c: (open_urls), (call_dbus_proxy):
+
+ Idle unref the dbus proxy in case we didn't call any remote
+ methods; and ref the dbus proxy for each call + one idle unref
+ for each URL remoted.
+
2006-01-30 Crispin Flowerday <gnome@flowerday.cx>
* src/bookmarks/ephy-bookmark-properties.c: (update_warning),