aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-09 20:59:10 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-09 20:59:10 +0800
commit8c383be599a8d596ad784dbebde5f8494b1240d7 (patch)
treea03e35fcaf31b8289a85e3054a47e3245ed68112 /shell
parentac41ac7e9ef884bdfebd8cf9f9c61208aadb52c9 (diff)
downloadgsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.tar
gsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.tar.gz
gsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.tar.bz2
gsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.tar.lz
gsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.tar.xz
gsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.tar.zst
gsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.zip
Whitespace and coding style cleanup.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-importer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index b24eca1027..c9953b9589 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -441,7 +441,7 @@ import_druid_cancel (GnomeDruid *druid,
{
if (data->import_dialog)
gtk_dialog_response (GTK_DIALOG (data->import_dialog), GTK_RESPONSE_CANCEL);
- else
+ else
gtk_widget_destroy (GTK_WIDGET (data->dialog));
}