aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
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 /calendar
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 'calendar')
-rw-r--r--calendar/ChangeLog10
-rw-r--r--calendar/gui/dialogs/e-delegate-dialog.glade2
-rw-r--r--calendar/gui/dialogs/schedule-page.glade2
-rw-r--r--calendar/gui/e-itip-control.glade2
-rw-r--r--calendar/gui/goto-dialog.glade2
5 files changed, 14 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 6ececc018f..03552d6f68 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2007-06-11 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #325882
+
+ * gui/dialogs/e-delegate-dialog.glade:
+ * gui/dialogs/schedule-page.glade:
+ * gui/goto-dialog.glade:
+ * gui/e-itip-control.glade:
+ Changed GTK_WIN_POS_NONE to GTK_WIN_POS_CENTER_ON_PARENT.
+
2007-06-15 Matthew Barnes <mbarnes@redhat.com>
* gui/dialogs/alarm-dialog.c:
diff --git a/calendar/gui/dialogs/e-delegate-dialog.glade b/calendar/gui/dialogs/e-delegate-dialog.glade
index af24ca2b63..3beae0b5a2 100644
--- a/calendar/gui/dialogs/e-delegate-dialog.glade
+++ b/calendar/gui/dialogs/e-delegate-dialog.glade
@@ -7,7 +7,7 @@
<widget class="GtkDialog" id="delegate-dialog">
<property name="title" translatable="yes">Enter Delegate</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/calendar/gui/dialogs/schedule-page.glade b/calendar/gui/dialogs/schedule-page.glade
index 2ef8a1d9f5..72a5867f15 100644
--- a/calendar/gui/dialogs/schedule-page.glade
+++ b/calendar/gui/dialogs/schedule-page.glade
@@ -6,7 +6,7 @@
<widget class="GtkWindow" id="schedule-toplevel">
<property name="title" translatable="yes">window1</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/calendar/gui/e-itip-control.glade b/calendar/gui/e-itip-control.glade
index f53cf079cf..8edc02ace8 100644
--- a/calendar/gui/e-itip-control.glade
+++ b/calendar/gui/e-itip-control.glade
@@ -9,7 +9,7 @@
<property name="modal">no</property>
<property name="allow_shrink">no</property>
<property name="allow_grow">yes</property>
- <property name="window-position">GTK_WIN_POS_NONE</property>
+ <property name="window-position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<child>
<widget class="GtkFrame" id="main_frame">
diff --git a/calendar/gui/goto-dialog.glade b/calendar/gui/goto-dialog.glade
index f976fe5214..31a61ce9ff 100644
--- a/calendar/gui/goto-dialog.glade
+++ b/calendar/gui/goto-dialog.glade
@@ -6,7 +6,7 @@
<widget class="GtkDialog" id="goto-dialog">
<property name="title" translatable="yes">Select Date</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>