aboutsummaryrefslogtreecommitdiffstats
path: root/embed/print-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/print-dialog.c')
-rwxr-xr-xembed/print-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c
index 2ba9ca348..baf636cd0 100755
--- a/embed/print-dialog.c
+++ b/embed/print-dialog.c
@@ -212,7 +212,7 @@ print_dialog_new (EphyEmbed *embed,
PrintDialog *dialog;
dialog = PRINT_DIALOG (g_object_new (PRINT_DIALOG_TYPE,
- "EphyEmbed", embed,
+ "embed", embed,
NULL));
if (!embed) dialog->only_collect_info = TRUE;
@@ -229,7 +229,7 @@ print_dialog_new_with_parent (GtkWidget *window,
PrintDialog *dialog;
dialog = PRINT_DIALOG (g_object_new (PRINT_DIALOG_TYPE,
- "EphyEmbed", embed,
+ "embed", embed,
"ParentWindow", window,
NULL));