From 3a96f0a59387535ba03ba622639e76b3ac0d23a8 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 24 Sep 2003 19:15:32 +0000 Subject: Remove --server mode. It was a dirty hack anyway, and had a crasher when 2003-09-24 Christian Persch * 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 . --- idl/EphyAutomation.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl') diff --git a/idl/EphyAutomation.idl b/idl/EphyAutomation.idl index adc334602..074b341c8 100644 --- a/idl/EphyAutomation.idl +++ b/idl/EphyAutomation.idl @@ -20,7 +20,7 @@ module GNOME { * server mode is disbaled * (and Epiphany exits) */ - void quit (in boolean disableServer); + void quit (); void loadSession (in string filename); -- cgit v1.2.3