diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-22 02:20:56 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-22 02:20:56 +0800 |
commit | 6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0 (patch) | |
tree | f71586a648451bc63a99c30e0991dce4d74eaf94 /embed/mozilla/GeckoPrintService.cpp | |
parent | 48dc7068e1528087fa584eaeedce348bce2c70df (diff) | |
download | gsoc2013-epiphany-6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0.tar gsoc2013-epiphany-6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0.tar.gz gsoc2013-epiphany-6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0.tar.bz2 gsoc2013-epiphany-6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0.tar.lz gsoc2013-epiphany-6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0.tar.xz gsoc2013-epiphany-6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0.tar.zst gsoc2013-epiphany-6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0.zip |
Don't show the empty window that the print options tab is
2006-08-19 Christian Persch <chpe@cvs.gnome.org>
* data/glade/print.glade:
* embed/mozilla/GeckoPrintService.cpp:
Don't show the empty window that the print options tab is
Diffstat (limited to 'embed/mozilla/GeckoPrintService.cpp')
-rw-r--r-- | embed/mozilla/GeckoPrintService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |