aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-01-12 16:40:11 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-01-12 16:40:11 +0800
commit41f992cc225a2e62b25c8039b644c75afb7934c5 (patch)
tree32202677edfa49804891a3b05233f27fdb33fbd7 /calendar/gui/e-day-view.c
parent0e94180b745b03f0a9e2a6e4eb1ed9caca9e3f75 (diff)
downloadgsoc2013-evolution-41f992cc225a2e62b25c8039b644c75afb7934c5.tar
gsoc2013-evolution-41f992cc225a2e62b25c8039b644c75afb7934c5.tar.gz
gsoc2013-evolution-41f992cc225a2e62b25c8039b644c75afb7934c5.tar.bz2
gsoc2013-evolution-41f992cc225a2e62b25c8039b644c75afb7934c5.tar.lz
gsoc2013-evolution-41f992cc225a2e62b25c8039b644c75afb7934c5.tar.xz
gsoc2013-evolution-41f992cc225a2e62b25c8039b644c75afb7934c5.tar.zst
gsoc2013-evolution-41f992cc225a2e62b25c8039b644c75afb7934c5.zip
set last_Edited_comp_string to NULL, not test it for null.
2005-01-08 Not Zed <NotZed@Ximian.com> * gui/e-day-view.c (e_day_view_finish_resize): set last_Edited_comp_string to NULL, not test it for null. svn path=/trunk/; revision=28371
Diffstat (limited to 'calendar/gui/e-day-view.c')
-rw-r--r--calendar/gui/e-day-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index d4a0021731..8b9e39149e 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -3922,7 +3922,7 @@ e_day_view_finish_resize (EDayView *day_view)
if (day_view->last_edited_comp_string != NULL) {
g_free (day_view->last_edited_comp_string);
- day_view->last_edited_comp_string == NULL;
+ day_view->last_edited_comp_string = NULL;
}
day_view->last_edited_comp_string = e_cal_component_get_as_string (comp);