diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-09-25 03:15:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-25 03:15:32 +0800 |
commit | 3a96f0a59387535ba03ba622639e76b3ac0d23a8 (patch) | |
tree | df67e29e79b969a5184ecc58bec1ef3b1ac45918 /src/ephy-automation.c | |
parent | f9b785e9f0e388bcebcfefdaf440b4c8a7773fb0 (diff) | |
download | gsoc2013-epiphany-3a96f0a59387535ba03ba622639e76b3ac0d23a8.tar gsoc2013-epiphany-3a96f0a59387535ba03ba622639e76b3ac0d23a8.tar.gz gsoc2013-epiphany-3a96f0a59387535ba03ba622639e76b3ac0d23a8.tar.bz2 gsoc2013-epiphany-3a96f0a59387535ba03ba622639e76b3ac0d23a8.tar.lz gsoc2013-epiphany-3a96f0a59387535ba03ba622639e76b3ac0d23a8.tar.xz gsoc2013-epiphany-3a96f0a59387535ba03ba622639e76b3ac0d23a8.tar.zst gsoc2013-epiphany-3a96f0a59387535ba03ba622639e76b3ac0d23a8.zip |
Remove --server mode. It was a dirty hack anyway, and had a crasher when
2003-09-24 Christian Persch <chpe@cvs.gnome.org>
* idl/EphyAutomation.idl:
* src/ephy-automation.c: (impl_ephy_automation_quit):
* src/ephy-main.c: (ephy_main_start):
Remove --server mode. It was a dirty hack anyway, and had a
crasher when loggin out from gnome-session. Sort of fixes bug #123047.
Flames will be redirected > /dev/null .
Diffstat (limited to 'src/ephy-automation.c')
-rw-r--r-- | src/ephy-automation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-automation.c b/src/ephy-automation.c index 0abb0d540..4f5b8b1b4 100644 --- a/src/ephy-automation.c +++ b/src/ephy-automation.c @@ -41,7 +41,6 @@ impl_ephy_automation_import_bookmarks (PortableServer_Servant _servant, CORBA_Environment * ev); static void impl_ephy_automation_quit (PortableServer_Servant _servant, - const CORBA_boolean disableServer, CORBA_Environment * ev); static void impl_ephy_automation_load_session (PortableServer_Servant _servant, @@ -171,7 +170,6 @@ impl_ephy_automation_import_bookmarks (PortableServer_Servant _servant, static void impl_ephy_automation_quit (PortableServer_Servant _servant, - const CORBA_boolean disableServer, CORBA_Environment * ev) { Session *session; |