diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-04 06:50:31 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-04 06:50:31 +0800 |
commit | 53457a736667fad6397ec6cf9f163ff5c64423c0 (patch) | |
tree | 4bc3537b0f3d3147bbabd108e9da367113701c36 /addressbook/ChangeLog | |
parent | 484aa9de68ec6259f452c13a4c030bec510d33a9 (diff) | |
download | gsoc2013-evolution-53457a736667fad6397ec6cf9f163ff5c64423c0.tar.gz gsoc2013-evolution-53457a736667fad6397ec6cf9f163ff5c64423c0.tar.zst gsoc2013-evolution-53457a736667fad6397ec6cf9f163ff5c64423c0.zip |
(e_select_names_new): Don't set the "modal" property through
g_object_new().
(e_select_names_init): Explictly make the dialog modal here.
svn path=/trunk/; revision=20131
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d3464f0426..36f4125933 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2003-03-03 Ettore Perazzoli <ettore@ximian.com> + * gui/component/select-names/e-select-names.c + (e_select_names_new): Don't set the "modal" property through + g_object_new(). + (e_select_names_init): Explictly make the dialog modal here. + +2003-03-03 Ettore Perazzoli <ettore@ximian.com> + * gui/widgets/e-addressbook-view.c (create_minicard_view): No need to do any reparenting here; the widget is created with no parent. |