aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dialog.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-28 04:03:56 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-28 04:03:56 +0800
commit7a955848e5551318467c911b358ccd2343a3a4de (patch)
treed62f2cdb50716e346946c13b0482ecc2f29b2071 /lib/ephy-dialog.c
parent529f8a142ef1b5cf04062216a442c5f492ec12e0 (diff)
downloadgsoc2013-epiphany-7a955848e5551318467c911b358ccd2343a3a4de.tar
gsoc2013-epiphany-7a955848e5551318467c911b358ccd2343a3a4de.tar.gz
gsoc2013-epiphany-7a955848e5551318467c911b358ccd2343a3a4de.tar.bz2
gsoc2013-epiphany-7a955848e5551318467c911b358ccd2343a3a4de.tar.lz
gsoc2013-epiphany-7a955848e5551318467c911b358ccd2343a3a4de.tar.xz
gsoc2013-epiphany-7a955848e5551318467c911b358ccd2343a3a4de.tar.zst
gsoc2013-epiphany-7a955848e5551318467c911b358ccd2343a3a4de.zip
Print dialogue isn't an EphyEmbedDialog anymore, remove the
2004-10-27 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_new): Print dialogue isn't an EphyEmbedDialog anymore, remove the
Diffstat (limited to 'lib/ephy-dialog.c')
-rw-r--r--lib/ephy-dialog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-dialog.c b/lib/ephy-dialog.c
index 114658828..bf76ba069 100644
--- a/lib/ephy-dialog.c
+++ b/lib/ephy-dialog.c
@@ -1491,8 +1491,6 @@ ephy_dialog_new (void)
EphyDialog *
ephy_dialog_new_with_parent (GtkWidget *parent_window)
{
- g_return_val_if_fail (parent_window != NULL, NULL);
-
return EPHY_DIALOG (g_object_new (EPHY_TYPE_DIALOG,
"parent-window", parent_window,
NULL));