aboutsummaryrefslogtreecommitdiffstats
path: root/embed/find-dialog.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-06-18 03:09:05 +0800
committerXan Lopez <xan@src.gnome.org>2003-06-18 03:09:05 +0800
commit60cb87ad5d08bb30f064b3c0852558dbdca15f93 (patch)
tree38c44adff9065546affb6fa35f2abff875376b25 /embed/find-dialog.c
parentcd6c96081aef7d9b9a1ee4d65572bc3caf9583dd (diff)
downloadgsoc2013-epiphany-60cb87ad5d08bb30f064b3c0852558dbdca15f93.tar
gsoc2013-epiphany-60cb87ad5d08bb30f064b3c0852558dbdca15f93.tar.gz
gsoc2013-epiphany-60cb87ad5d08bb30f064b3c0852558dbdca15f93.tar.bz2
gsoc2013-epiphany-60cb87ad5d08bb30f064b3c0852558dbdca15f93.tar.lz
gsoc2013-epiphany-60cb87ad5d08bb30f064b3c0852558dbdca15f93.tar.xz
gsoc2013-epiphany-60cb87ad5d08bb30f064b3c0852558dbdca15f93.tar.zst
gsoc2013-epiphany-60cb87ad5d08bb30f064b3c0852558dbdca15f93.zip
All cleanup and fixes and no play makes Xan a dull boy All cleanup and
All cleanup and fixes and no play makes Xan a dull boy All cleanup and fixes and no play makes Xan a dull boy All cleanup and fixes and no play makes Xan a dull boy All cleanup and fixes and no play makes Xan a dull boy ................
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));