diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-27 01:58:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-27 01:58:50 +0800 |
commit | ed7795be783b4f49314834b9c71813ce37f17280 (patch) | |
tree | b00e0f526fe87bca28205ba05376e02f4a56843b /src/ephy-shell.h | |
parent | a80d75f2179aba2078b0d042fec4c24b4e01f729 (diff) | |
download | gsoc2013-epiphany-ed7795be783b4f49314834b9c71813ce37f17280.tar gsoc2013-epiphany-ed7795be783b4f49314834b9c71813ce37f17280.tar.gz gsoc2013-epiphany-ed7795be783b4f49314834b9c71813ce37f17280.tar.bz2 gsoc2013-epiphany-ed7795be783b4f49314834b9c71813ce37f17280.tar.lz gsoc2013-epiphany-ed7795be783b4f49314834b9c71813ce37f17280.tar.xz gsoc2013-epiphany-ed7795be783b4f49314834b9c71813ce37f17280.tar.zst gsoc2013-epiphany-ed7795be783b4f49314834b9c71813ce37f17280.zip |
Make PDM dialogue a singleton.
2003-11-26 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-shell.c: (ephy_shell_init), (ephy_shell_finalize),
(ephy_shell_get_history_window), (ephy_shell_get_pdm_dialog):
* src/ephy-shell.h:
* src/pdm-dialog.c: (pdm_dialog_response_cb):
* src/pdm-dialog.h:
* src/window-commands.c: (window_cmd_edit_personal_data):
Make PDM dialogue a singleton.
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index d086beb4d..219942f41 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -135,6 +135,8 @@ GtkWidget *ephy_shell_get_bookmarks_editor (EphyShell *gs); GtkWidget *ephy_shell_get_history_window (EphyShell *gs); +GObject *ephy_shell_get_pdm_dialog (EphyShell *shell); + void ephy_shell_delete_on_exit (EphyShell *gs, const char *path); |