From 4f96cabd5769fb8e49579ef4976a74fcc61ef999 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 19 Dec 2003 18:13:53 +0000 Subject: EphyFileChooser now destroys with parent, don't set the flag again here. 2003-12-19 Christian Persch * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): EphyFileChooser now destroys with parent, don't set the flag again here. --- embed/print-dialog.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'embed/print-dialog.c') diff --git a/embed/print-dialog.c b/embed/print-dialog.c index 0f90947c1..bc27defcd 100755 --- a/embed/print-dialog.c +++ b/embed/print-dialog.c @@ -278,8 +278,6 @@ ephy_print_dialog_browse_button_cb (GtkWidget *widget, GTK_FILE_CHOOSER_ACTION_SAVE, CONF_PRINT_DIR); - gtk_window_set_destroy_with_parent (GTK_WINDOW (fc), TRUE); - g_signal_connect (GTK_DIALOG (fc), "response", G_CALLBACK (print_filechooser_response_cb), dialog); -- cgit v1.2.3