| 4181 pidgin_blist_sort_method_reg("log_size", _("By log size"), sort_method_log); |
4181 pidgin_blist_sort_method_reg("log_size", _("By log size"), sort_method_log); |
| 4182 #endif |
4182 #endif |
| 4183 pidgin_blist_sort_method_set(purple_prefs_get_string(PIDGIN_PREFS_ROOT "/blist/sort_type")); |
4183 pidgin_blist_sort_method_set(purple_prefs_get_string(PIDGIN_PREFS_ROOT "/blist/sort_type")); |
| 4184 } |
4184 } |
| 4185 |
4185 |
| 4186 static void _prefs_change_redo_list(void) |
4186 static void _prefs_change_redo_list(const char *name, PurplePrefType type, |
| |
4187 gconstpointer val, gpointer data) |
| 4187 { |
4188 { |
| 4188 GtkTreeSelection *sel; |
4189 GtkTreeSelection *sel; |
| 4189 GtkTreeIter iter; |
4190 GtkTreeIter iter; |
| 4190 PurpleBlistNode *node = NULL; |
4191 PurpleBlistNode *node = NULL; |
| 4191 |
4192 |