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 /src/ephy-automation.c | |
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 'src/ephy-automation.c')
-rw-r--r-- | src/ephy-automation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-automation.c b/src/ephy-automation.c index 014702762..d03562adb 100644 --- a/src/ephy-automation.c +++ b/src/ephy-automation.c @@ -83,7 +83,6 @@ ephy_automation_new (void) static void impl_ephy_automation_loadurl (PortableServer_Servant _servant, const CORBA_char * url, - const CORBA_char * geometry, const CORBA_boolean fullscreen, const CORBA_boolean open_in_existing_tab, const CORBA_boolean open_in_new_window, |