aboutsummaryrefslogtreecommitdiffstats
path: root/idl
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-09-25 03:15:32 +0800
committerChristian Persch <chpe@src.gnome.org>2003-09-25 03:15:32 +0800
commit3a96f0a59387535ba03ba622639e76b3ac0d23a8 (patch)
treedf67e29e79b969a5184ecc58bec1ef3b1ac45918 /idl
parentf9b785e9f0e388bcebcfefdaf440b4c8a7773fb0 (diff)
downloadgsoc2013-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 'idl')
-rw-r--r--idl/EphyAutomation.idl2
1 files changed, 1 insertions, 1 deletions
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);