aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/goto.c
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1998-12-10 10:57:11 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-12-10 10:57:11 +0800
commitda6a42ae382c1fca01cd420fe9ed313f2d4265b1 (patch)
tree5f91e4fba4699bd61eed2b55c66b62f0389ee074 /calendar/goto.c
parent60ab9dc306f5dae4f807da3336cb9329a77c665f (diff)
downloadgsoc2013-evolution-da6a42ae382c1fca01cd420fe9ed313f2d4265b1.tar
gsoc2013-evolution-da6a42ae382c1fca01cd420fe9ed313f2d4265b1.tar.gz
gsoc2013-evolution-da6a42ae382c1fca01cd420fe9ed313f2d4265b1.tar.bz2
gsoc2013-evolution-da6a42ae382c1fca01cd420fe9ed313f2d4265b1.tar.lz
gsoc2013-evolution-da6a42ae382c1fca01cd420fe9ed313f2d4265b1.tar.xz
gsoc2013-evolution-da6a42ae382c1fca01cd420fe9ed313f2d4265b1.tar.zst
gsoc2013-evolution-da6a42ae382c1fca01cd420fe9ed313f2d4265b1.zip
Use gnome_dialog_set_parent. ditto ditto.
1998-12-09 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-todo.c (simple_todo_editor): Use gnome_dialog_set_parent. * goto.c (goto_dialog): ditto * prop.c (properties): ditto. svn path=/trunk/; revision=522
Diffstat (limited to 'calendar/goto.c')
-rw-r--r--calendar/goto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/goto.c b/calendar/goto.c
index b645f02b6b..0e065f63c3 100644
--- a/calendar/goto.c
+++ b/calendar/goto.c
@@ -264,7 +264,8 @@ goto_dialog (GnomeCalendar *gcal)
goto_win = gnome_dialog_new (_("Go to date"),
GNOME_STOCK_BUTTON_CANCEL,
NULL);
-
+ gnome_dialog_set_parent (GNOME_DIALOG (goto_win), GTK_WINDOW (gcal));
+
vbox = GNOME_DIALOG (goto_win)->vbox;
/* Instructions */