aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-13 07:53:06 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-13 07:53:06 +0800
commit99f392e5f1db3f927ae93eef5ca657f5a3db7f72 (patch)
tree3a2e69b0e9ee61acd01146b92e8950f21414fc47 /calendar
parentc29f2ff8d0ff0b42a0d19ca0b24c793b92374b01 (diff)
downloadgsoc2013-evolution-99f392e5f1db3f927ae93eef5ca657f5a3db7f72.tar
gsoc2013-evolution-99f392e5f1db3f927ae93eef5ca657f5a3db7f72.tar.gz
gsoc2013-evolution-99f392e5f1db3f927ae93eef5ca657f5a3db7f72.tar.bz2
gsoc2013-evolution-99f392e5f1db3f927ae93eef5ca657f5a3db7f72.tar.lz
gsoc2013-evolution-99f392e5f1db3f927ae93eef5ca657f5a3db7f72.tar.xz
gsoc2013-evolution-99f392e5f1db3f927ae93eef5ca657f5a3db7f72.tar.zst
gsoc2013-evolution-99f392e5f1db3f927ae93eef5ca657f5a3db7f72.zip
sync the source list after creating the remote source group.
2004-01-12 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-component.c (impl_upgradeFromVersion): sync the source list after creating the remote source group. svn path=/trunk/; revision=24189
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/calendar-component.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 60d689693e..3cb1db4edd 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-12 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/calendar-component.c (impl_upgradeFromVersion): sync the source
+ list after creating the remote source group.
+
2004-01-12 JP Rosevear <jpr@ximian.com>
* Revert William McCann's patch of 2003-12-19 until we can get
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index bca72bea9c..03725c560c 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -544,13 +544,14 @@ impl_upgradeFromVersion (PortableServer_Servant servant,
}
g_free (new_dir);
}
- e_source_list_sync (priv->source_list, NULL);
g_free (base_uri);
/* create the remote source group */
group = e_source_group_new (_("On The Web"), "webcal://");
e_source_list_add_group (priv->source_list, group, -1);
+
+ e_source_list_sync (priv->source_list, NULL);
}
/* create calendar for birthdays & anniversaries */
@@ -624,8 +625,8 @@ impl_createControls (PortableServer_Servant servant,
priv->calendar = (GnomeCalendar *) bonobo_control_get_widget (priv->view_control);
statusbar_widget = e_task_bar_new ();
- gtk_widget_show (statusbar_widget);
e_activity_handler_attach_task_bar (priv->activity_handler, E_TASK_BAR (statusbar_widget));
+ gtk_widget_show (statusbar_widget);
statusbar_control = bonobo_control_new (statusbar_widget);
/* connect after setting the initial selections, or we'll get unwanted calls