diff options
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 46fac6e6a..96509fb00 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -265,6 +265,8 @@ ephy_main_start (gpointer data) CORBA_exception_free (&corba_env); + gdk_notify_startup_complete (); + return FALSE; } |