aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-18 13:07:15 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-18 13:07:15 +0800
commit493d0ed9a32c3c0a3d7761049b9e746273a5cbe3 (patch)
tree3fc1b23dd12ff671fac05d74cb5dd1762845afd2 /addressbook
parent852a2b1be1ab9ebaa48232a79b7de79fda763e4e (diff)
downloadgsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.tar
gsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.tar.gz
gsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.tar.bz2
gsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.tar.lz
gsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.tar.xz
gsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.tar.zst
gsoc2013-evolution-493d0ed9a32c3c0a3d7761049b9e746273a5cbe3.zip
** Fix for bug #325882
svn path=/trunk/; revision=33694
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog10
-rw-r--r--addressbook/gui/contact-editor/fulladdr.glade2
-rw-r--r--addressbook/gui/contact-editor/im.glade2
-rw-r--r--addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade2
-rw-r--r--addressbook/printing/e-contact-print.glade2
5 files changed, 14 insertions, 4 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e741f6bc5b..96494e4230 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,13 @@
+2007-06-11 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #325882
+
+ * gui/contact-editor/im.glade:
+ * gui/contact-editor/fulladdr.glade:
+ * gui/merging/eab-contact-commit-duplicate-detected.glade:
+ * printing/e-contact-print.glade:
+ Changed GTK_WIN_POS_NONE to GTK_WIN_POS_CENTER_ON_PARENT.
+
2007-06-12 Wang Xin <jedy.wang@sun.com>
Fixes #444248.
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>
diff --git a/addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade b/addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade
index 3ad86b40ba..e6bcb71026 100644
--- a/addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade
+++ b/addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade
@@ -8,7 +8,7 @@
<property name="visible">True</property>
<property name="title" translatable="yes">Duplicate Contact Detected</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/addressbook/printing/e-contact-print.glade b/addressbook/printing/e-contact-print.glade
index d1721e3509..c65d23ae21 100644
--- a/addressbook/printing/e-contact-print.glade
+++ b/addressbook/printing/e-contact-print.glade
@@ -9,7 +9,7 @@
<property name="modal">no</property>
<property name="allow_shrink">no</property>
<property name="allow_grow">no</property>
- <property name="window-position">GTK_WIN_POS_NONE</property>
+ <property name="window-position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">