aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-dialog.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-13 17:53:36 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-13 17:53:36 +0800
commit02237b6f44db7e1169073bfd302a4cda41f613db (patch)
tree6a0b9df411ab0b6316bf8f5888040a7f0e43c388 /mail/subscribe-dialog.c
parent836029eadc5ee33f809e25fca030d172497c81fc (diff)
downloadgsoc2013-evolution-02237b6f44db7e1169073bfd302a4cda41f613db.tar
gsoc2013-evolution-02237b6f44db7e1169073bfd302a4cda41f613db.tar.gz
gsoc2013-evolution-02237b6f44db7e1169073bfd302a4cda41f613db.tar.bz2
gsoc2013-evolution-02237b6f44db7e1169073bfd302a4cda41f613db.tar.lz
gsoc2013-evolution-02237b6f44db7e1169073bfd302a4cda41f613db.tar.xz
gsoc2013-evolution-02237b6f44db7e1169073bfd302a4cda41f613db.tar.zst
gsoc2013-evolution-02237b6f44db7e1169073bfd302a4cda41f613db.zip
destroy->weak ref. (owner_set_cb): shell client changes.
2002-11-13 Not Zed <NotZed@Ximian.com> * component-factory.c (owner_set_cb): destroy->weak ref. (owner_set_cb): shell client changes. * mail-signature-editor.c (mail_signature_editor): bonobo api changes. * mail-local.c (save_metainfo): go back to using xmlSaveFile. * Makefile.am: Removed libevolution-importer from mail. svn path=/trunk/; revision=18736
Diffstat (limited to 'mail/subscribe-dialog.c')
-rw-r--r--mail/subscribe-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c
index b4074df635..061dfaaa39 100644
--- a/mail/subscribe-dialog.c
+++ b/mail/subscribe-dialog.c
@@ -697,8 +697,8 @@ fe_sort_folder (ETreeMemory *etmm, ETreePath left, ETreePath right, gpointer use
n_left = e_tree_memory_node_get_data (etmm, left);
n_right = e_tree_memory_node_get_data (etmm, right);
- /* TODO: not localised */
- return g_utf8_strcasecmp (ftree_node_get_name (n_left), ftree_node_get_name (n_right));
+ /* if in utf8 locale ? */
+ return strcasecmp (ftree_node_get_name (n_left), ftree_node_get_name (n_right));
}
/* scanning */