diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-14 06:09:37 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-03-14 06:09:37 +0800 |
commit | 2184d0a2da58d8ad09dc99ee1479c77276185c9c (patch) | |
tree | 96377c3c9af4e6df6242cedb16e5e8a2812ae21f /calendar/gui/dialogs | |
parent | d1c8dd596ce7b0f6a4ce9de605fd67290b5ce42c (diff) | |
download | gsoc2013-evolution-2184d0a2da58d8ad09dc99ee1479c77276185c9c.tar.gz gsoc2013-evolution-2184d0a2da58d8ad09dc99ee1479c77276185c9c.tar.zst gsoc2013-evolution-2184d0a2da58d8ad09dc99ee1479c77276185c9c.zip |
improve locking for async query update, share code for object disposal,
and don't crash as before: bug#612826#
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 7e16d8924e..e002f6afd4 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -1580,8 +1580,8 @@ comp_editor_init (CompEditor *editor) GtkAction *action; GtkWidget *container; GtkWidget *widget; - GtkWidget *scroll; GtkWindow *window; + GtkWidget *scroll = NULL; EShell *shell; gint n_targets; GError *error = NULL; |