diff options
Diffstat (limited to 'embed/find-dialog.c')
-rwxr-xr-x | embed/find-dialog.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/embed/find-dialog.c b/embed/find-dialog.c index 4412539bd..53bb8e3b5 100755 --- a/embed/find-dialog.c +++ b/embed/find-dialog.c @@ -1,5 +1,7 @@ /* * Copyright (C) 2002 Jorn Baayen + * Copyright (C) 2003 Marco Pesenti Gritti + * Copyright (C) 2003, 2004 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -254,7 +256,9 @@ find_dialog_init (FindDialog *dialog) ephy_dialog_construct (EPHY_DIALOG(dialog), properties, ephy_file ("epiphany.glade"), - "find_dialog"); + "find_dialog", + NULL); + update_navigation_controls (dialog, TRUE, TRUE); window = ephy_dialog_get_control (EPHY_DIALOG (dialog), |