diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-20 07:58:02 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-20 07:58:02 +0800 |
commit | 38f4f77d16ff6ee02751eb91b9870108f639e21a (patch) | |
tree | a6558eafb1dd620719757c255f520d181440b4a9 /src/pdm-dialog.c | |
parent | 37a1f2f5e2544db814a79631d4f4b958f6dba9a8 (diff) | |
download | gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.gz gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.bz2 gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.lz gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.xz gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.zst gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.zip |
Get rid of get/set _event, reformat the header.
2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org>
* src/ephy-tab.c: (ephy_tab_finalize), (ephy_tab_init):
* src/ephy-tab.h:
Get rid of get/set _event, reformat the header.
* src/pdm-dialog.c:
Fix compilation warning.
* src/ephy-window.c: (popup_destroy_cb), (show_embed_popup):
* src/popup-commands.c: (get_event_info):
Less invasive way to access the event info from the callbacks.
Diffstat (limited to 'src/pdm-dialog.c')
-rwxr-xr-x | src/pdm-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index f6370f419..20c3b5a6e 100755 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -55,6 +55,8 @@ pdm_dialog_cookies_treeview_selection_changed_cb (GtkTreeSelection *selection, void pdm_dialog_passwords_treeview_selection_changed_cb (GtkTreeSelection *selection, PdmDialog *dialog); +void +pdm_dialog_response_cb (GtkDialog *dialog, gint response_id, gpointer data); static GObjectClass *parent_class = NULL; |