aboutsummaryrefslogtreecommitdiffstats
path: root/embed/find-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/find-dialog.c')
-rwxr-xr-xembed/find-dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/find-dialog.c b/embed/find-dialog.c
index f1dfbdcb2..6f41a70ee 100755
--- a/embed/find-dialog.c
+++ b/embed/find-dialog.c
@@ -258,6 +258,8 @@ find_get_info (EphyDialog *dialog)
GValue wrap = {0, };
FindDialog *find_dialog = FIND_DIALOG(dialog);
+ if (find_dialog->priv->constructed == FALSE) return;
+
/* get the search string from the entry field */
ephy_dialog_get_value (dialog, WORD_PROP, &word);
search_string = g_strdup(g_value_get_string (&word));