aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-05 06:27:33 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-05 06:27:33 +0800
commit3fb4c8698f8917a93a74d21fd66a2862da573fd7 (patch)
tree924759e1d4004e1e4b6e2926220c96257cf12b42 /embed
parent0537ba7e4849075b4d3f863f71be1b427e681425 (diff)
downloadgsoc2013-epiphany-3fb4c8698f8917a93a74d21fd66a2862da573fd7.tar
gsoc2013-epiphany-3fb4c8698f8917a93a74d21fd66a2862da573fd7.tar.gz
gsoc2013-epiphany-3fb4c8698f8917a93a74d21fd66a2862da573fd7.tar.bz2
gsoc2013-epiphany-3fb4c8698f8917a93a74d21fd66a2862da573fd7.tar.lz
gsoc2013-epiphany-3fb4c8698f8917a93a74d21fd66a2862da573fd7.tar.xz
gsoc2013-epiphany-3fb4c8698f8917a93a74d21fd66a2862da573fd7.tar.zst
gsoc2013-epiphany-3fb4c8698f8917a93a74d21fd66a2862da573fd7.zip
Fix parent for help window.
2004-01-04 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_response_cb): Fix parent for help window.
Diffstat (limited to 'embed')
-rwxr-xr-xembed/print-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c
index 11c80ab1b..9c528b72d 100755
--- a/embed/print-dialog.c
+++ b/embed/print-dialog.c
@@ -239,7 +239,7 @@ ephy_print_dialog_response_cb (GtkWidget *widget,
break;
case GTK_RESPONSE_HELP:
- ephy_gui_help (GTK_WINDOW (dialog), "epiphany", "to-print-page");
+ ephy_gui_help (GTK_WINDOW (widget), "epiphany", "to-print-page");
return;
default:
break;