aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-preferences-window.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-08-14 09:32:32 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-08-14 09:32:32 +0800
commit4e9050bc1e3c53e0d1ce17646c01f710085ca681 (patch)
tree44becdd3ec9fbcac74f0aca934a96ffe5dfd2af1 /widgets/misc/e-preferences-window.c
parent8f7b23276dfdbc8e62d9c594556c11fd2ce9b199 (diff)
downloadgsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar
gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.gz
gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.bz2
gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.lz
gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.xz
gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.zst
gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.zip
Whitespace and coding style cleanup.
Diffstat (limited to 'widgets/misc/e-preferences-window.c')
-rw-r--r--widgets/misc/e-preferences-window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/misc/e-preferences-window.c b/widgets/misc/e-preferences-window.c
index 493727c6ae..19053217dd 100644
--- a/widgets/misc/e-preferences-window.c
+++ b/widgets/misc/e-preferences-window.c
@@ -545,13 +545,12 @@ e_preferences_window_setup (EPreferencesWindow *window)
if (!create_fn || gtk_bin_get_child (align))
continue;
-
content = create_fn (window);
if (content) {
gtk_widget_show (content);
gtk_container_add (GTK_CONTAINER (align), content);
}
}
-
+
priv->setup = TRUE;
}