aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-util')
-rw-r--r--calendar/cal-util/cal-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/cal-util/cal-component.c b/calendar/cal-util/cal-component.c
index 26cb27e1bf..b0269ba262 100644
--- a/calendar/cal-util/cal-component.c
+++ b/calendar/cal-util/cal-component.c
@@ -3204,7 +3204,7 @@ cal_component_set_url (CalComponent *comp, const char *url)
priv = comp->priv;
g_return_if_fail (priv->icalcomp != NULL);
- if (!url) {
+ if (!url || !(*url)) {
if (priv->url) {
icalcomponent_remove_property (priv->icalcomp, priv->url);
icalproperty_free (priv->url);
lass='left'>Lines * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-051-0/+1 * - Update Haskell ports from the development repositorypgj2013-03-302-5/+4 * - Remove dependency on self, unbreak INDEX generationpgj2013-02-061-1/+1 * - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-063-6/+6 * - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-203-10/+4 * - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-0/+1 * - Update to 0.5pgj2012-06-043-8/+9 NDS to fix setuidgid missings at install time.garga2008-01-241-9/+7 * - Update maintainer mail adressmiwi2007-12-191-1/+1 * - Properly pass QS_USER, QS_ADMIN and QS_NOTIFY values to configure scriptpav2007-12-161-3/+5 * - There are some problems to run configure since 2.x update, so, fix it nowgarga2007-10-053-54/+62 * - Fix pkg-install script (the action is passed as 2nd argument)rafan2007-09-093-12/+12 * - Upgrade qmail-scanner to 2.01garga2007-09-0411-392/+314 * - Take maintainership.jmelo2007-02-221-1/+1 * Set MANUAL_PACKAGE_BUILD; requires qmail built with non-standard setting.kris2006-09-051-0/+2 * Reassign from inactive maintainer to new volunteer.linimon2006-09-041-1/+1 * SHA256ifyedwin2006-01-221-0/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-22