aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-message-browser.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-12-20 12:13:39 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-12-20 12:13:39 +0800
commit780c042e12aa71bfa3498d3976d28a63aafb259e (patch)
tree6d7068c84b3420d0e1b40f64762596133b7e4b99 /mail/em-message-browser.c
parent2a771c37303b4d56e7c7462c1e7dec68b4508293 (diff)
downloadgsoc2013-evolution-780c042e12aa71bfa3498d3976d28a63aafb259e.tar
gsoc2013-evolution-780c042e12aa71bfa3498d3976d28a63aafb259e.tar.gz
gsoc2013-evolution-780c042e12aa71bfa3498d3976d28a63aafb259e.tar.bz2
gsoc2013-evolution-780c042e12aa71bfa3498d3976d28a63aafb259e.tar.lz
gsoc2013-evolution-780c042e12aa71bfa3498d3976d28a63aafb259e.tar.xz
gsoc2013-evolution-780c042e12aa71bfa3498d3976d28a63aafb259e.tar.zst
gsoc2013-evolution-780c042e12aa71bfa3498d3976d28a63aafb259e.zip
Committing progress. About to try something radical...
svn path=/branches/kill-bonobo/; revision=36919
Diffstat (limited to 'mail/em-message-browser.c')
-rw-r--r--mail/em-message-browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-message-browser.c b/mail/em-message-browser.c
index 8b3ff99152..c3a427f601 100644
--- a/mail/em-message-browser.c
+++ b/mail/em-message-browser.c
@@ -96,7 +96,7 @@ emmb_set_message (EMFolderView *emfv,
folder_view_class = EM_FOLDER_VIEW_CLASS (parent_class);
folder_view_class->set_message (emfv, uid, nomarkseen);
- if (uid == NULL) {
+ f (uid == NULL) {
gtk_widget_destroy (GTK_WIDGET (emfv));
return;
}