(e_timezone_dialog_init):
Make not floating. svn path=/trunk/; revision=17374
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-07-05 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_init):
|
||||
Make not floating.
|
||||
|
||||
2002-06-04 Christopher James Lahey <clahey@ximian.com>
|
||||
|
||||
* menus/gal-view-menus.c, menus/gal-view-menus.h
|
||||
|
||||
@ -133,6 +133,8 @@ e_timezone_dialog_init (ETimezoneDialog *etd)
|
||||
{
|
||||
ETimezoneDialogPrivate *priv;
|
||||
|
||||
GTK_OBJECT_UNSET_FLAGS (etd, GTK_FLOATING);
|
||||
|
||||
priv = g_new0 (ETimezoneDialogPrivate, 1);
|
||||
etd->priv = priv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user