diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-28 08:23:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-28 08:23:47 +0800 |
commit | c28f63f86123b6735b863e3e019c34de58b59bac (patch) | |
tree | 6687f00cffba64c5722d1a2a08c79ccc0db4a0c9 | |
parent | d671e29102193b74bf977ac068a2adea2fc12a6c (diff) | |
download | gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.gz gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.bz2 gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.lz gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.xz gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.zst gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.zip |
New prototype here.
* e-timezone-dialog/e-timezone-dialog.h
(e_timezone_dialog_reparent): New prototype here.
svn path=/trunk/; revision=12496
-rw-r--r-- | widgets/ChangeLog | 5 | ||||
-rw-r--r-- | widgets/e-timezone-dialog/e-timezone-dialog.h | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index ae1fdb2c7d..fb5ec1a1ac 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,8 @@ +2001-08-27 Ettore Perazzoli <ettore@ximian.com> + + * e-timezone-dialog/e-timezone-dialog.h + (e_timezone_dialog_reparent): New prototype here. + 2001-08-27 Iain Holmes <iain@ximian.com> * e-timezone-dialog/e-timezone.h: Add a prototype for diff --git a/widgets/e-timezone-dialog/e-timezone-dialog.h b/widgets/e-timezone-dialog/e-timezone-dialog.h index 949cba7909..72ba84eafb 100644 --- a/widgets/e-timezone-dialog/e-timezone-dialog.h +++ b/widgets/e-timezone-dialog/e-timezone-dialog.h @@ -75,6 +75,9 @@ GtkWidget* e_timezone_dialog_get_toplevel (ETimezoneDialog *etd); void e_timezone_dialog_reparent (ETimezoneDialog *etd, GtkWidget *new_parent); +void e_timezone_dialog_reparent (ETimezoneDialog *etd, + GtkWidget *new_parent); + #endif /* __E_TIMEZONE_DIALOG_H__ */ |