diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-31 05:58:56 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-31 05:58:56 +0800 |
commit | 6bf566c5b05b4a8adf46cb19b7e939772ea9e001 (patch) | |
tree | 8a82b3ed48c5823918c3056c09866b0a084d4bd6 /ChangeLog | |
parent | 76483001e27ea8965f86ae420fb6d4d20f246785 (diff) | |
download | gsoc2013-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |