diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-01-29 06:36:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-01-30 22:02:11 +0800 |
commit | 8d85229f8fc9ff0e27b1f7790f61605c04337d7b (patch) | |
tree | 20d2dd06cc12df2fda95b3af7920a9e2e50cb997 /calendar/gui/e-memo-table.h | |
parent | 7c02582ae70e45d58bf0966d60e23b50f854a06a (diff) | |
download | gsoc2013-evolution-8d85229f8fc9ff0e27b1f7790f61605c04337d7b.tar.gz gsoc2013-evolution-8d85229f8fc9ff0e27b1f7790f61605c04337d7b.tar.zst gsoc2013-evolution-8d85229f8fc9ff0e27b1f7790f61605c04337d7b.zip |
Sidebar cleanups for Memos and Tasks.
Kill the EMemoTable::user-created signal and connect directly to
ECalModel::row-appended in e_memo_shell_view_private.c.
Same goes for tasks.
Diffstat (limited to 'calendar/gui/e-memo-table.h')
-rw-r--r-- | calendar/gui/e-memo-table.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/e-memo-table.h b/calendar/gui/e-memo-table.h index b0e4ba6a6a..4f52ad35e4 100644 --- a/calendar/gui/e-memo-table.h +++ b/calendar/gui/e-memo-table.h @@ -86,7 +86,6 @@ struct _EMemoTableClass { void (*status_message) (EMemoTable *memo_table, const gchar *message, gdouble percent); - void (*user_created) (EMemoTable *memo_table); }; GType e_memo_table_get_type (void); |