diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2004-12-14 00:24:37 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-12-14 00:24:37 +0800 |
commit | da25a8d488da604577b23d950a848db6c059402b (patch) | |
tree | 2249513901986ed17fad5d1e78e285e597e0e603 /calendar/gui | |
parent | 102f8ffa61a356bfe57669f7540d836d29758cec (diff) | |
download | gsoc2013-evolution-da25a8d488da604577b23d950a848db6c059402b.tar.gz gsoc2013-evolution-da25a8d488da604577b23d950a848db6c059402b.tar.zst gsoc2013-evolution-da25a8d488da604577b23d950a848db6c059402b.zip |
Correct some white space ugliness in the previous commit.
2004-12-13 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/calendar-setup.c : Correct some white space
ugliness in the previous commit.
svn path=/trunk/; revision=28116
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/calendar-setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/calendar-setup.c b/calendar/gui/dialogs/calendar-setup.c index 3ae732cab3..55ecf91d70 100644 --- a/calendar/gui/dialogs/calendar-setup.c +++ b/calendar/gui/dialogs/calendar-setup.c @@ -371,6 +371,7 @@ calendar_setup_edit_calendar (struct _GtkWindow *parent, ESource *source, ESourc } else { GConfClient *gconf; GSList *l; + sdialog->source = e_source_new ("", ""); gconf = gconf_client_get_default (); sdialog->source_list = e_source_list_new_for_gconf (gconf, "/apps/evolution/calendar/sources"); |