aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.c
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-03-14 06:09:37 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-03-14 06:09:37 +0800
commit2184d0a2da58d8ad09dc99ee1479c77276185c9c (patch)
tree96377c3c9af4e6df6242cedb16e5e8a2812ae21f /calendar/gui/dialogs/comp-editor.c
parentd1c8dd596ce7b0f6a4ce9de605fd67290b5ce42c (diff)
downloadgsoc2013-evolution-2184d0a2da58d8ad09dc99ee1479c77276185c9c.tar
gsoc2013-evolution-2184d0a2da58d8ad09dc99ee1479c77276185c9c.tar.gz
gsoc2013-evolution-2184d0a2da58d8ad09dc99ee1479c77276185c9c.tar.bz2
gsoc2013-evolution-2184d0a2da58d8ad09dc99ee1479c77276185c9c.tar.lz
gsoc2013-evolution-2184d0a2da58d8ad09dc99ee1479c77276185c9c.tar.xz
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/comp-editor.c')
-rw-r--r--calendar/gui/dialogs/comp-editor.c2
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;