From 6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 21 Aug 2006 18:20:56 +0000 Subject: Don't show the empty window that the print options tab is 2006-08-19 Christian Persch * data/glade/print.glade: * embed/mozilla/GeckoPrintService.cpp: Don't show the empty window that the print options tab is --- embed/mozilla/GeckoPrintService.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'embed') diff --git a/embed/mozilla/GeckoPrintService.cpp b/embed/mozilla/GeckoPrintService.cpp index 3de2edf08..26d96abcf 100644 --- a/embed/mozilla/GeckoPrintService.cpp +++ b/embed/mozilla/GeckoPrintService.cpp @@ -172,6 +172,7 @@ GeckoPrintService::ShowPrintDialog (nsIDOMWindow *aParent, gtk_print_unix_dialog_add_custom_tab (print_dialog, custom_tab, gtk_label_new (_("Options"))); /* FIXME better name! */ g_object_unref (custom_tab); + g_object_unref (xml); gtk_window_set_icon_name (GTK_WINDOW (dialog), "web-browser"); -- cgit