diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-04-24 03:06:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-04-24 03:06:43 +0800 |
commit | aea7ecd4cbfc8f7ac91263279e89246956b9a281 (patch) | |
tree | 9f3a5c92111474b5aa85d90fd8d1d266f786afdc /idl/EphyAutomation.idl | |
parent | 64ea5b29d748e2e3c9337d1e5845776221d67a2b (diff) | |
download | gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.gz gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.bz2 gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.lz gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.xz gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.zst gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.zip |
Remove --geometry option, we weren't respecting it anyway (this patch
Remove --geometry option, we weren't respecting it anyway (this
patch patronized by marco's "DropDropDrop" project).
Fix Leak.
Diffstat (limited to 'idl/EphyAutomation.idl')
-rw-r--r-- | idl/EphyAutomation.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idl/EphyAutomation.idl b/idl/EphyAutomation.idl index a9a286dcd..64e5ef8a9 100644 --- a/idl/EphyAutomation.idl +++ b/idl/EphyAutomation.idl @@ -4,7 +4,6 @@ module GNOME { interface EphyAutomation : Bonobo::Unknown { void loadurl (in string url, - in string geometry, in boolean fullscreen, in boolean open_in_existing_tab, in boolean open_in_new_tab, |