aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-memo-shell-content.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-07 23:25:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-07 23:39:47 +0800
commitcd76c782bdfdae2efec7ff718fcc85c5559862c2 (patch)
tree1ca61d6c8c2a8a8496e38bc02656b87d536e940b /modules/calendar/e-memo-shell-content.c
parent90cacf75ddd1eee547777935158674569417c684 (diff)
downloadgsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.gz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.bz2
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.lz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.xz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.zst
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.zip
Miscellaneous cleanups.
Diffstat (limited to 'modules/calendar/e-memo-shell-content.c')
-rw-r--r--modules/calendar/e-memo-shell-content.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/calendar/e-memo-shell-content.c b/modules/calendar/e-memo-shell-content.c
index ec97019f65..bf715ec4d9 100644
--- a/modules/calendar/e-memo-shell-content.c
+++ b/modules/calendar/e-memo-shell-content.c
@@ -292,8 +292,8 @@ memo_shell_content_restore_state_cb (EShellWindow *shell_window,
static void
memo_shell_content_is_editing_changed_cb (EMemoTable *memo_table,
- GParamSpec *param,
- EShellView *shell_view)
+ GParamSpec *param,
+ EShellView *shell_view)
{
g_return_if_fail (E_IS_SHELL_VIEW (shell_view));
@@ -532,7 +532,8 @@ memo_shell_content_constructed (GObject *object)
G_CALLBACK (memo_shell_content_selection_change_cb),
object);
- g_signal_connect (priv->memo_table, "notify::is-editing",
+ g_signal_connect (
+ priv->memo_table, "notify::is-editing",
G_CALLBACK (memo_shell_content_is_editing_changed_cb), shell_view);
g_signal_connect_swapped (