finch/gntblist.c

changeset 31294
73607ab89c6f
parent 30060
461d1acb4a54
child 31601
8aa82480b972
equal deleted inserted replaced
31293:169eeb43b52c 31294:73607ab89c6f
1805 purple_notify_user_info_add_pair(user_info, _("Idle"), st); 1805 purple_notify_user_info_add_pair(user_info, _("Idle"), st);
1806 g_free(st); 1806 g_free(st);
1807 } 1807 }
1808 } 1808 }
1809 } 1809 }
1810 1810
1811 tmp = purple_notify_user_info_get_text_with_newline(user_info, "<BR>"); 1811 tmp = purple_notify_user_info_get_text_with_newline(user_info, "<BR>");
1812 purple_notify_user_info_destroy(user_info); 1812 purple_notify_user_info_destroy(user_info);
1813 1813
1814 strip = purple_markup_strip_html(tmp); 1814 strip = purple_markup_strip_html(tmp);
1815 g_string_append(str, strip); 1815 g_string_append(str, strip);
2064 (GCompareFunc)blist_node_compare_status); 2064 (GCompareFunc)blist_node_compare_status);
2065 } else if (strcmp(purple_prefs_get_string(PREF_ROOT "/sort_type"), "log") == 0) { 2065 } else if (strcmp(purple_prefs_get_string(PREF_ROOT "/sort_type"), "log") == 0) {
2066 gnt_tree_set_compare_func(GNT_TREE(ggblist->tree), 2066 gnt_tree_set_compare_func(GNT_TREE(ggblist->tree),
2067 (GCompareFunc)blist_node_compare_log); 2067 (GCompareFunc)blist_node_compare_log);
2068 } 2068 }
2069 2069
2070 list = purple_get_blist(); 2070 list = purple_get_blist();
2071 node = purple_blist_get_root(); 2071 node = purple_blist_get_root();
2072 while (node) 2072 while (node)
2073 { 2073 {
2074 node_update(list, node); 2074 node_update(list, node);

mercurial