diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-18 13:07:15 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-18 13:07:15 +0800 |
commit | 493d0ed9a32c3c0a3d7761049b9e746273a5cbe3 (patch) | |
tree | 3fc1b23dd12ff671fac05d74cb5dd1762845afd2 /addressbook/gui/contact-editor | |
parent | 852a2b1be1ab9ebaa48232a79b7de79fda763e4e (diff) | |
download | gsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.tar.gz gsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.tar.zst gsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.zip |
** Fix for bug #325882
svn path=/trunk/; revision=33694
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/fulladdr.glade | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/im.glade | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/fulladdr.glade b/addressbook/gui/contact-editor/fulladdr.glade index bf4be741d2..509e0c22b8 100644 --- a/addressbook/gui/contact-editor/fulladdr.glade +++ b/addressbook/gui/contact-editor/fulladdr.glade @@ -6,7 +6,7 @@ <widget class="GtkDialog" id="dialog-checkaddress"> <property name="title" translatable="yes">Full Address</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> - <property name="window_position">GTK_WIN_POS_NONE</property> + <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="modal">True</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> diff --git a/addressbook/gui/contact-editor/im.glade b/addressbook/gui/contact-editor/im.glade index fbe561b2cd..4dcc145868 100644 --- a/addressbook/gui/contact-editor/im.glade +++ b/addressbook/gui/contact-editor/im.glade @@ -6,7 +6,7 @@ <widget class="GtkDialog" id="dialog-im"> <property name="title" translatable="yes">Add IM Account</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> - <property name="window_position">GTK_WIN_POS_NONE</property> + <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="modal">True</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> |