From 7a955848e5551318467c911b358ccd2343a3a4de Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 27 Oct 2004 20:03:56 +0000 Subject: Print dialogue isn't an EphyEmbedDialog anymore, remove the 2004-10-27 Christian Persch * embed/print-dialog.c: (ephy_print_dialog_new): Print dialogue isn't an EphyEmbedDialog anymore, remove the --- ChangeLog | 7 +++++++ embed/print-dialog.c | 10 +--------- lib/ephy-dialog.c | 2 -- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a821f853..d36402d9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-10-27 Christian Persch + + * embed/print-dialog.c: (ephy_print_dialog_new): + + Print dialogue isn't an EphyEmbedDialog anymore, remove the + include. + 2004-10-27 Christian Persch * embed/ephy-embed-dialog.c: (ephy_embed_dialog_init): 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, 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)); -- cgit on> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Support STAGEDIRsunpoet2013-09-301-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Add missing capital Ssunpoet2013-09-101-1/+1