diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-14 02:26:28 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-14 02:26:28 +0800 |
commit | b086814a1ff6d94b29ae2185aebb22321da7e1a4 (patch) | |
tree | e46e46cf0fa82fe990ccdf9c3eb2eb3fd002a15d /src/ephy-shell.h | |
parent | 33be35697d5adebab76b93d863b127c300e8c7e5 (diff) | |
download | gsoc2013-epiphany-b086814a1ff6d94b29ae2185aebb22321da7e1a4.tar gsoc2013-epiphany-b086814a1ff6d94b29ae2185aebb22321da7e1a4.tar.gz gsoc2013-epiphany-b086814a1ff6d94b29ae2185aebb22321da7e1a4.tar.bz2 gsoc2013-epiphany-b086814a1ff6d94b29ae2185aebb22321da7e1a4.tar.lz gsoc2013-epiphany-b086814a1ff6d94b29ae2185aebb22321da7e1a4.tar.xz gsoc2013-epiphany-b086814a1ff6d94b29ae2185aebb22321da7e1a4.tar.zst gsoc2013-epiphany-b086814a1ff6d94b29ae2185aebb22321da7e1a4.zip |
Put back borked mozilla alert.
2003-11-13 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed-shell.c: (ephy_embed_shell_get_embed_single):
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-embed-single.h:
* src/ephy-shell.h:
Put back borked mozilla alert.
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 32a01a48c..66e12ace5 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -55,8 +55,7 @@ typedef enum { EPHY_SHELL_ERROR_MISSING_SERVER, EPHY_SHELL_ERROR_OBJECT_REG_FAILED, - EPHY_SHELL_ERROR_FACTORY_REG_FAILED, - EPHY_SHELL_ERROR_MOZILLA_REG_FAILED + EPHY_SHELL_ERROR_FACTORY_REG_FAILED } EphyShellError; typedef enum |