aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
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 /calendar
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 'calendar')
-rw-r--r--calendar/gui/dialogs/comp-editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h
index 258d11b257..d95d496ffd 100644
--- a/calendar/gui/dialogs/comp-editor.h
+++ b/calendar/gui/dialogs/comp-editor.h
@@ -151,7 +151,7 @@ GtkActionGroup *
GtkWidget * comp_editor_get_managed_widget (CompEditor *editor,
const gchar *widget_path);
-void comp_editor_set_lite (gboolean status);
+void comp_editor_set_lite (gboolean status);
gboolean comp_editor_get_lite (void);
G_END_DECLS