aboutsummaryrefslogtreecommitdiffstats
path: root/embed/print-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 /embed/print-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 'embed/print-dialog.c')
-rwxr-xr-xembed/print-dialog.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c
index 20132b973..962e93122 100755
--- a/embed/print-dialog.c
+++ b/embed/print-dialog.c
@@ -24,7 +24,6 @@
#endif
#include "print-dialog.h"
-#include "ephy-embed-dialog.h"
#include "ephy-embed-single.h"
#include "ephy-embed-shell.h"
#include "ephy-file-chooser.h"
@@ -374,14 +373,7 @@ ephy_print_dialog_new (GtkWidget *parent,
GtkCellRenderer *renderer;
EphyEmbedSingle *single;
- dialog = EPHY_DIALOG (g_object_new (EPHY_TYPE_EMBED_DIALOG,
- "embed", embed,
- NULL));
-
- if (parent != NULL)
- {
- g_object_set (G_OBJECT (dialog), "parent-window", parent, NULL);
- }
+ dialog = ephy_dialog_new_with_parent (parent);
ephy_dialog_construct (dialog,
print_props,