diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-12-10 10:57:11 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-12-10 10:57:11 +0800 |
commit | da6a42ae382c1fca01cd420fe9ed313f2d4265b1 (patch) | |
tree | 5f91e4fba4699bd61eed2b55c66b62f0389ee074 /calendar/main.h | |
parent | 60ab9dc306f5dae4f807da3336cb9329a77c665f (diff) | |
download | gsoc2013-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/main.h')
-rw-r--r-- | calendar/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/main.h b/calendar/main.h index 9b3557a99f..615b372acf 100644 --- a/calendar/main.h +++ b/calendar/main.h @@ -32,7 +32,7 @@ struct color_prop { extern struct color_prop color_props[]; /* Creates and runs the preferences dialog box */ -void properties (void); +void properties (GtkWidget *toplevel); /* Asks for all the time-related displays to be updated when the user changes the time format * preferences. |