aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules/e-memo-shell-view-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-10-01 04:33:09 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-10-01 04:33:09 +0800
commit20c9b4459541ad43ed0f0197e6468d6064300d77 (patch)
tree390a1d8cc06779c8c789ce19e4307cb64f86447e /calendar/modules/e-memo-shell-view-private.c
parentc261a99bc4765ccb99206ed6105a323698b514c7 (diff)
downloadgsoc2013-evolution-20c9b4459541ad43ed0f0197e6468d6064300d77.tar
gsoc2013-evolution-20c9b4459541ad43ed0f0197e6468d6064300d77.tar.gz
gsoc2013-evolution-20c9b4459541ad43ed0f0197e6468d6064300d77.tar.bz2
gsoc2013-evolution-20c9b4459541ad43ed0f0197e6468d6064300d77.tar.lz
gsoc2013-evolution-20c9b4459541ad43ed0f0197e6468d6064300d77.tar.xz
gsoc2013-evolution-20c9b4459541ad43ed0f0197e6468d6064300d77.tar.zst
gsoc2013-evolution-20c9b4459541ad43ed0f0197e6468d6064300d77.zip
More Memos debugging.
Merge the "select-one-source" plugin into the Memos view. svn path=/branches/kill-bonobo/; revision=36507
Diffstat (limited to 'calendar/modules/e-memo-shell-view-private.c')
-rw-r--r--calendar/modules/e-memo-shell-view-private.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/calendar/modules/e-memo-shell-view-private.c b/calendar/modules/e-memo-shell-view-private.c
index 0a95c998ec..9fa67bbb30 100644
--- a/calendar/modules/e-memo-shell-view-private.c
+++ b/calendar/modules/e-memo-shell-view-private.c
@@ -420,7 +420,7 @@ e_memo_shell_view_open_memo (EMemoShellView *memo_shell_view,
uid = icalcomponent_get_uid (comp_data->icalcomp);
editor = comp_editor_find_instance (uid);
- if (editor == NULL)
+ if (editor != NULL)
goto exit;
comp = e_cal_component_new ();
@@ -468,9 +468,6 @@ e_memo_shell_view_set_status_message (EMemoShellView *memo_shell_view,
} else
e_activity_set_primary_text (activity, status_message);
- if (status_message != NULL && *status_message != '\0')
- g_debug ("Memos: %s", status_message);
-
memo_shell_view->priv->activity = activity;
}