| 571 gtk_list_store_set(prefs_blist_themes, &iter, 0, pixbuf, 1, tmp, 2, "", -1); |
571 gtk_list_store_set(prefs_blist_themes, &iter, 0, pixbuf, 1, tmp, 2, "", -1); |
| 572 g_free(tmp); |
572 g_free(tmp); |
| 573 |
573 |
| 574 /* conversation themes */ |
574 /* conversation themes */ |
| 575 gtk_list_store_clear(prefs_conv_themes); |
575 gtk_list_store_clear(prefs_conv_themes); |
| |
576 gtk_list_store_append(prefs_conv_themes, &iter); |
| |
577 tmp = get_theme_markup(_("Default"), FALSE, _("Penguin Pimps"), |
| |
578 _("The default Pidgin conversation theme")); |
| |
579 gtk_list_store_set(prefs_conv_themes, &iter, 0, pixbuf, 1, tmp, 2, "", -1); |
| |
580 g_free(tmp); |
| 576 |
581 |
| 577 /* status icon themes */ |
582 /* status icon themes */ |
| 578 gtk_list_store_clear(prefs_status_icon_themes); |
583 gtk_list_store_clear(prefs_status_icon_themes); |
| 579 gtk_list_store_append(prefs_status_icon_themes, &iter); |
584 gtk_list_store_append(prefs_status_icon_themes, &iter); |
| 580 tmp = get_theme_markup(_("Default"), FALSE, _("Penguin Pimps"), |
585 tmp = get_theme_markup(_("Default"), FALSE, _("Penguin Pimps"), |