aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog9
-rw-r--r--shell/e-active-connection-dialog.glade2
-rw-r--r--shell/import.glade2
-rw-r--r--shell/importer/import.glade2
4 files changed, 12 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 036f3d0f44..1e197c0320 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,12 @@
+2007-06-11 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #325882
+
+ * import.glade:
+ * e-active-connection-dialog.glade:
+ * importer/import.glade:
+ Changed GTK_WIN_POS_NONE to GTK_WIN_POS_CENTER_ON_PARENT.
+
2007-06-17 Tobias Mueller <tobiasmue@svn.gnome.org>
* evolution-test-component.c:
diff --git a/shell/e-active-connection-dialog.glade b/shell/e-active-connection-dialog.glade
index aab9ad6577..534a7948f7 100644
--- a/shell/e-active-connection-dialog.glade
+++ b/shell/e-active-connection-dialog.glade
@@ -7,7 +7,7 @@
<property name="visible">True</property>
<property name="title" translatable="yes">Active Connections</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="default_width">256</property>
<property name="default_height">192</property>
diff --git a/shell/import.glade b/shell/import.glade
index 8af6884822..813f2e90f1 100644
--- a/shell/import.glade
+++ b/shell/import.glade
@@ -7,7 +7,7 @@
<widget class="GtkWindow" id="importwizard">
<property name="title" translatable="yes">Evolution Import 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>
diff --git a/shell/importer/import.glade b/shell/importer/import.glade
index 8af6884822..813f2e90f1 100644
--- a/shell/importer/import.glade
+++ b/shell/importer/import.glade
@@ -7,7 +7,7 @@
<widget class="GtkWindow" id="importwizard">
<property name="title" translatable="yes">Evolution Import 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>