aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dialog.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-11-19 07:47:16 +0800
committerChristian Persch <chpe@src.gnome.org>2003-11-19 07:47:16 +0800
commit971fbdf5204f5e5588b437a1a4cc8386204037bd (patch)
treeca228287bee1f127ef5fa2dafd2f83f52dd94136 /lib/ephy-dialog.c
parent15cbf0f2d0ad71ed66edb1ca3d44d3beb96d49a0 (diff)
downloadgsoc2013-epiphany-971fbdf5204f5e5588b437a1a4cc8386204037bd.tar
gsoc2013-epiphany-971fbdf5204f5e5588b437a1a4cc8386204037bd.tar.gz
gsoc2013-epiphany-971fbdf5204f5e5588b437a1a4cc8386204037bd.tar.bz2
gsoc2013-epiphany-971fbdf5204f5e5588b437a1a4cc8386204037bd.tar.lz
gsoc2013-epiphany-971fbdf5204f5e5588b437a1a4cc8386204037bd.tar.xz
gsoc2013-epiphany-971fbdf5204f5e5588b437a1a4cc8386204037bd.tar.zst
gsoc2013-epiphany-971fbdf5204f5e5588b437a1a4cc8386204037bd.zip
Make encodings dialogue transient.
2003-11-19 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (ephy_dialog_set_parent): * src/ephy-encoding-dialog.c: (sync_parent_window_cb), (ephy_encoding_dialog_init), (ephy_encoding_dialog_class_init), (ephy_encoding_dialog_new): Make encodings dialogue transient.
Diffstat (limited to 'lib/ephy-dialog.c')
-rw-r--r--lib/ephy-dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-dialog.c b/lib/ephy-dialog.c
index bd4ff0cd4..78e72af93 100644
--- a/lib/ephy-dialog.c
+++ b/lib/ephy-dialog.c
@@ -938,6 +938,8 @@ ephy_dialog_set_parent (EphyDialog *dialog,
gtk_window_set_transient_for (GTK_WINDOW (dialog->priv->dialog),
GTK_WINDOW (parent));
+
+ g_object_notify (G_OBJECT (dialog), "ParentWindow");
}
EphyDialog *