diff options
author | Christian Persch <chpe@src.gnome.org> | 2003-11-30 22:11:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-30 22:11:19 +0800 |
commit | e727d48da7d922631b3e3deda83c879d69203cbf (patch) | |
tree | a7a7d120bcccec9a72bb9c9c593dba81310ef3ed | |
parent | 65a418a120a3ae643db7649d71e9dca9722d8088 (diff) | |
download | gsoc2013-epiphany-e727d48da7d922631b3e3deda83c879d69203cbf.tar gsoc2013-epiphany-e727d48da7d922631b3e3deda83c879d69203cbf.tar.gz gsoc2013-epiphany-e727d48da7d922631b3e3deda83c879d69203cbf.tar.bz2 gsoc2013-epiphany-e727d48da7d922631b3e3deda83c879d69203cbf.tar.lz gsoc2013-epiphany-e727d48da7d922631b3e3deda83c879d69203cbf.tar.xz gsoc2013-epiphany-e727d48da7d922631b3e3deda83c879d69203cbf.tar.zst gsoc2013-epiphany-e727d48da7d922631b3e3deda83c879d69203cbf.zip |
Forgot another one
-rw-r--r-- | embed/ephy-embed-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-dialog.c b/embed/ephy-embed-dialog.c index 38fc1abe8..d0b3abb28 100644 --- a/embed/ephy-embed-dialog.c +++ b/embed/ephy-embed-dialog.c @@ -174,7 +174,7 @@ ephy_embed_dialog_new_with_parent (GtkWidget *parent_window, { return EPHY_EMBED_DIALOG (g_object_new (EPHY_TYPE_EMBED_DIALOG, - "ParentWindow", parent_window, + "parent-window", parent_window, "embed", embed, NULL)); } |