From ed7795be783b4f49314834b9c71813ce37f17280 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 26 Nov 2003 17:58:50 +0000 Subject: Make PDM dialogue a singleton. 2003-11-26 Christian Persch * 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. --- src/ephy-shell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ephy-shell.h') 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); -- cgit v1.2.3