aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-07-23 23:01:26 +0800
committerDan Winship <danw@src.gnome.org>2003-07-23 23:01:26 +0800
commita35603766331792d7a6af2d55a18aa92783c8a6d (patch)
tree299e1378ec9c9d318836de51c5d4958b68df554f /mail/message-list.c
parentf5ed342cd3980242c3d3403dd49b6056e658b664 (diff)
downloadgsoc2013-evolution-a35603766331792d7a6af2d55a18aa92783c8a6d.tar
gsoc2013-evolution-a35603766331792d7a6af2d55a18aa92783c8a6d.tar.gz
gsoc2013-evolution-a35603766331792d7a6af2d55a18aa92783c8a6d.tar.bz2
gsoc2013-evolution-a35603766331792d7a6af2d55a18aa92783c8a6d.tar.lz
gsoc2013-evolution-a35603766331792d7a6af2d55a18aa92783c8a6d.tar.xz
gsoc2013-evolution-a35603766331792d7a6af2d55a18aa92783c8a6d.tar.zst
gsoc2013-evolution-a35603766331792d7a6af2d55a18aa92783c8a6d.zip
Fix type warnings (folder_browser_toggle_caret_mode): Remove unused
* folder-browser.c (message_list_drag_data_get): Fix type warnings (folder_browser_toggle_caret_mode): Remove unused variable. * folder-browser-ui.c (basename): remove unused function * mail-account-gui.c (mail_account_gui_build_extra_conf): Fix warnings * mail-callbacks.c (empty_trash): Remove unused variable. * mail-display.c: #include gal/widgets/e-gui-utils.h for e_auto_kill_popup_menu_on_selection_done * mail-importer.c: #include e-util/e-path.h for e_path_to_physical * mail-session.c (main_play_sound): don't declare filename to be const and then free it. * mail-vfolder.c (vfolder_edit_rule, vfolder_gui_add_rule): Fix casts * message-list.c (build_flat_diff): Fix a typo in the non-BROKEN_ETREE code svn path=/trunk/; revision=21903
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index d69981fbb6..a23d7ccbeb 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -2011,7 +2011,7 @@ build_flat_diff(MessageList *ml, CamelFolderChangeInfo *changes)
e_tree_model_pre_change (ml->model);
e_tree_model_node_data_changed (ml->model, node);
- message_list_change_first_visible_parent (ml, node)
+ message_list_change_first_visible_parent (ml, node);
}
}