pidgin/pidginstock.c

branch
soc.2013.gobjectification
changeset 34892
65e25c679ca5
parent 34308
cdb187c27360
child 34343
225d5c9642d1
equal deleted inserted replaced
34891:3882234d2097 34892:65e25c679ca5
401 401
402 void 402 void
403 pidgin_stock_load_status_icon_theme(PidginStatusIconTheme *theme) 403 pidgin_stock_load_status_icon_theme(PidginStatusIconTheme *theme)
404 { 404 {
405 GtkIconFactory *icon_factory; 405 GtkIconFactory *icon_factory;
406 gint i; 406 gsize i;
407 GtkIconSet *normal; 407 GtkIconSet *normal;
408 GtkIconSet *translucent = NULL; 408 GtkIconSet *translucent = NULL;
409 GtkWidget *win; 409 GtkWidget *win;
410 410
411 if (theme != NULL) { 411 if (theme != NULL) {
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)));

mercurial