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 /plugins/exchange-operations/exchange-oof.glade | |
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 'plugins/exchange-operations/exchange-oof.glade')
-rw-r--r-- | plugins/exchange-operations/exchange-oof.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/exchange-operations/exchange-oof.glade b/plugins/exchange-operations/exchange-oof.glade index 28294f795e..8e8c5617a4 100644 --- a/plugins/exchange-operations/exchange-oof.glade +++ b/plugins/exchange-operations/exchange-oof.glade @@ -7,7 +7,7 @@ <property name="border_width">6</property> <property name="title" translatable="yes">Out of Office Assistant</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">False</property> <property name="resizable">False</property> <property name="destroy_with_parent">False</property> @@ -225,7 +225,7 @@ Would you like to change your status to "In the Office"? </property> <property name="visible">True</property> <property name="title" translatable="yes">Out of Office Assistant</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">False</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> |