diff options
Diffstat (limited to 'idl')
-rw-r--r-- | idl/EphyAutomation.idl | 2 |
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); |