diff options
author | Hiroyuki Ikezoe <poincare@ikezoe.net> | 2006-05-12 19:43:38 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-05-12 19:43:38 +0800 |
commit | 670c810b865bafc28f2e7fd4967a9f1e14ed899b (patch) | |
tree | 0f0dac788f57436caa6b1376cc0609777bd83375 /widgets | |
parent | c9c3d6e5eb6b7053522aca97fd1244faa16e1aed (diff) | |
download | gsoc2013-evolution-670c810b865bafc28f2e7fd4967a9f1e14ed899b.tar.gz gsoc2013-evolution-670c810b865bafc28f2e7fd4967a9f1e14ed899b.tar.zst gsoc2013-evolution-670c810b865bafc28f2e7fd4967a9f1e14ed899b.zip |
Reviewed and committed by Harish Krishnaswamy <kharish@novell.com>
2006-05-12 Hiroyuki Ikezoe <poincare@ikezoe.net>
Reviewed and committed by Harish Krishnaswamy <kharish@novell.com>
** Fixes bug #341530.
* e-table.h:
Removed duplicate delcaration of e_table_commi_click_to_add.
svn path=/trunk/; revision=31979
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/ChangeLog | 6 | ||||
-rw-r--r-- | widgets/table/e-table.h | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index 01d6618e07..8de153918c 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,9 @@ +2006-05-12 Hiroyuki Ikezoe <poincare@ikezoe.net> + + ** Fixes bug #341530. + * e-table.h: + Removed duplicate delcaration of e_table_commi_click_to_add. + 2006-04-10 Jeff Cai <jeff.cai@sun.com> ** Fixes bug #327035 diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index 9a2c9575fc..a9bbc4f039 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -350,8 +350,6 @@ void e_table_right_click_up (ETable *table) void e_table_commit_click_to_add (ETable *table); -void e_table_commit_click_to_add (ETable *table); - G_END_DECLS #endif /* _E_TABLE_H_ */ |