diff options
Diffstat (limited to 'embed/print-dialog.c')
-rwxr-xr-x | embed/print-dialog.c | 4 |
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)); |