diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-09 20:59:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-09 20:59:10 +0800 |
commit | 8c383be599a8d596ad784dbebde5f8494b1240d7 (patch) | |
tree | a03e35fcaf31b8289a85e3054a47e3245ed68112 /calendar/gui | |
parent | ac41ac7e9ef884bdfebd8cf9f9c61208aadb52c9 (diff) | |
download | gsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.tar.gz gsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.tar.zst gsoc2013-evolution-8c383be599a8d596ad784dbebde5f8494b1240d7.zip |
Whitespace and coding style cleanup.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.h | 2 |
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 |