| 1244 |
1244 |
| 1245 /* Conversation Theme Variants */ |
1245 /* Conversation Theme Variants */ |
| 1246 prefs_conv_variants_combo_box = add_child_theme_prefs_combo( |
1246 prefs_conv_variants_combo_box = add_child_theme_prefs_combo( |
| 1247 vbox, combo_sg, label_sg, prefs_conv_variants, |
1247 vbox, combo_sg, label_sg, prefs_conv_variants, |
| 1248 (GCallback)prefs_set_conv_variant_cb, NULL, _("\tVariant:")); |
1248 (GCallback)prefs_set_conv_variant_cb, NULL, _("\tVariant:")); |
| |
1249 |
| |
1250 gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(prefs_conv_variants), |
| |
1251 0, GTK_SORT_ASCENDING); |
| 1249 |
1252 |
| 1250 /* Status Icon Themes */ |
1253 /* Status Icon Themes */ |
| 1251 prefs_status_themes_combo_box = add_theme_prefs_combo( |
1254 prefs_status_themes_combo_box = add_theme_prefs_combo( |
| 1252 vbox, combo_sg, label_sg, prefs_status_icon_themes, |
1255 vbox, combo_sg, label_sg, prefs_status_icon_themes, |
| 1253 (GCallback)prefs_set_status_icon_theme_cb, NULL, |
1256 (GCallback)prefs_set_status_icon_theme_cb, NULL, |