aboutsummaryrefslogtreecommitdiffstats
path: root/data/epiphany-service.xml
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-02-01 04:03:38 +0800
committerChristian Persch <chpe@src.gnome.org>2006-02-01 04:03:38 +0800
commit0541bcb1e3d64c8ebbd9d514641917def2515f97 (patch)
tree65c59efdb54212cceea1d0bbdf7cf87da776fe59 /data/epiphany-service.xml
parentf6afe77cb705b9ba2f356ed3d44bdc0201887e4f (diff)
downloadgsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar
gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.gz
gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.bz2
gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.lz
gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.xz
gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.zst
gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.zip
Change the DBUS interface to sending all the uris at one as string array.
2006-01-31 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-service.xml: * src/ephy-activation.c: (ephy_activation_load_uris): * src/ephy-activation.h: * src/ephy-main.c: (unref_proxy_reply_cb), (open_urls): Change the DBUS interface to sending all the uris at one as string array.
Diffstat (limited to 'data/epiphany-service.xml')
-rw-r--r--data/epiphany-service.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/epiphany-service.xml b/data/epiphany-service.xml
index e5fb0b44d..049536f27 100644
--- a/data/epiphany-service.xml
+++ b/data/epiphany-service.xml
@@ -5,8 +5,8 @@
<arg type="s"/>
<arg type="u"/>
</method>
- <method name="loadUrl">
- <arg type="s"/>
+ <method name="loadUris">
+ <arg type="as"/>
<arg type="s"/>
<arg type="u"/>
</method>