aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-12 00:44:30 +0800
committerDan Winship <danw@src.gnome.org>2000-12-12 00:44:30 +0800
commite22c643dc64d469e6d4ecabe7d8077194896b1bf (patch)
tree2da4cf5e5bab1f03065657b4fb4473ab913199ae /mail/mail-local.c
parent093c2be1a8a2cfb935abcc2410c0625753876a6b (diff)
downloadgsoc2013-evolution-e22c643dc64d469e6d4ecabe7d8077194896b1bf.tar
gsoc2013-evolution-e22c643dc64d469e6d4ecabe7d8077194896b1bf.tar.gz
gsoc2013-evolution-e22c643dc64d469e6d4ecabe7d8077194896b1bf.tar.bz2
gsoc2013-evolution-e22c643dc64d469e6d4ecabe7d8077194896b1bf.tar.lz
gsoc2013-evolution-e22c643dc64d469e6d4ecabe7d8077194896b1bf.tar.xz
gsoc2013-evolution-e22c643dc64d469e6d4ecabe7d8077194896b1bf.tar.zst
gsoc2013-evolution-e22c643dc64d469e6d4ecabe7d8077194896b1bf.zip
Remove the never-once-used BonoboObject stuff and make MessageList be a
* message-list.c: Remove the never-once-used BonoboObject stuff and make MessageList be a GtkWidget instead. Also, keep track of the ETable directly rather than repeatedly calling e_table_scrolled_get_table. * folder-browser.c (folder_browser_destroy): Use gtk methods rather than bonobo methods to destroy the message list. (on_right_click, on_double_click): These are being attached to the ETable directly now, so fix the first argument (which isn't being used anyway, but...) (folder_browser_gui_init): simplify now that MessageList itself is a widget. Also use message_list->table rather than e_table_scrolled_get_table. * mail-local.c (mail_local_reconfigure_folder): Add "mail_" to the beginning of this function name to match its prototype and the other vague namespace conventions in the mailer. * mail-callbacks.c (select_all, invert_selection): Use ml->table. (configure_folder): s/local_reconfigure_folder/mail_&/ svn path=/trunk/; revision=6908
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r--mail/mail-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index 1a03b649fd..dac7cbb2b8 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -421,7 +421,7 @@ reconfigure_clicked(GnomeDialog *d, int button, reconfigure_folder_input_t *data
void local_reconfigure_folder(FolderBrowser *fb);
void
-local_reconfigure_folder(FolderBrowser *fb)
+mail_local_reconfigure_folder(FolderBrowser *fb)
{
CamelStore *store;
GladeXML *gui;