pidgin/gtkconv.c

changeset 15496
76b5ca00a36c
parent 15435
4b933b06d75e
child 15497
92f02f4bd5ee
equal deleted inserted replaced
15495:105fdac48813 15496:76b5ca00a36c
2247 } 2247 }
2248 } 2248 }
2249 2249
2250 /* If they don't have a buddy icon, then use the PRPL icon */ 2250 /* If they don't have a buddy icon, then use the PRPL icon */
2251 if (status == NULL) 2251 if (status == NULL)
2252 status = gaim_gtk_create_prpl_icon(account, small_icon ? 0.5 : 1.0); 2252 status = gaim_gtk_create_prpl_icon(account, small_icon ? PIDGIN_PRPL_ICON_SMALL : PIDGIN_PRPL_ICON_LARGE);
2253 2253
2254 return status; 2254 return status;
2255 } 2255 }
2256 2256
2257 static void 2257 static void

mercurial