| 489 |
489 |
| 490 void |
490 void |
| 491 pidgin_stock_load_stock_icon_theme(PidginStockIconTheme *theme) |
491 pidgin_stock_load_stock_icon_theme(PidginStockIconTheme *theme) |
| 492 { |
492 { |
| 493 GtkIconFactory *icon_factory; |
493 GtkIconFactory *icon_factory; |
| 494 gint i; |
494 gsize i; |
| 495 GtkWidget *win; |
495 GtkWidget *win; |
| 496 |
496 |
| 497 if (theme != NULL) { |
497 if (theme != NULL) { |
| 498 purple_prefs_set_string(PIDGIN_PREFS_ROOT "/stock/icon-theme", |
498 purple_prefs_set_string(PIDGIN_PREFS_ROOT "/stock/icon-theme", |
| 499 purple_theme_get_name(PURPLE_THEME(theme))); |
499 purple_theme_get_name(PURPLE_THEME(theme))); |