aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/dialogs/comp-editor.c4
-rw-r--r--calendar/gui/dialogs/event-page.c4
-rw-r--r--calendar/gui/dialogs/memo-page.c1
3 files changed, 4 insertions, 5 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index b647960b2f..55a602c8dc 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -921,7 +921,7 @@ remove_event_dialog (ECalClient *client,
static void
save_and_close_editor (CompEditor *editor,
- gboolean can_close)
+ gboolean can_close)
{
CompEditorPrivate *priv = editor->priv;
EAttachmentStore *store;
@@ -1047,7 +1047,7 @@ action_save_cb (GtkAction *action,
static void
action_save_and_close_cb (GtkAction *action,
- CompEditor *editor)
+ CompEditor *editor)
{
save_and_close_editor (editor, TRUE);
}
diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c
index 32f7edd07e..813b2dcc33 100644
--- a/calendar/gui/dialogs/event-page.c
+++ b/calendar/gui/dialogs/event-page.c
@@ -1983,8 +1983,8 @@ minute_sel_changed (GtkSpinButton *widget,
static gboolean
minute_sel_focus_out (GtkSpinButton *widget,
- GdkEvent *event,
- EventPage *epage)
+ GdkEvent *event,
+ EventPage *epage)
{
const gchar *text;
gint hours, minutes;
diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c
index dcc3c94e33..715681445c 100644
--- a/calendar/gui/dialogs/memo-page.c
+++ b/calendar/gui/dialogs/memo-page.c
@@ -909,7 +909,6 @@ get_widgets (MemoPage *mpage)
G_BINDING_SYNC_CREATE);
}
-
return (priv->memo_content
&& priv->categories_btn
&& priv->categories