From 2517cb37a8b3962e654b9500b301c1f51b1536a5 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 24 Sep 2003 18:59:42 +0000 Subject: Print a warning when starting ephy in --server mode; using server mode is 2003-09-24 Christian Persch * src/ephy-main.c: (ephy_main_start): Print a warning when starting ephy in --server mode; using server mode is known to crash on logout from gnome session, so use at your own risk. [Bug #123047]. --- ChangeLog | 8 ++++++++ src/ephy-main.c | 1 + 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7c8281f24..04bbc07e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-09-24 Christian Persch + + * src/ephy-main.c: (ephy_main_start): + + Print a warning when starting ephy in --server mode; + using server mode is known to crash on logout from + gnome session, so use at your own risk. [Bug #123047]. + 2003-09-24 Xan Lopez * configure.in: diff --git a/src/ephy-main.c b/src/ephy-main.c index 22c33b695..f96d9c344 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -213,6 +213,7 @@ ephy_main_start (gpointer data) /* Server mode */ else if (ephy_server_mode) { + g_warning ("Server mode is deprecated and known to crash when logging out. Use at your own risk!\n"); g_object_ref (G_OBJECT(ephy_shell)); } /* Launch the bookmarks editor */ -- cgit v1.2.3