pidgin/plugins/gevolution/add_buddy_dialog.c

branch
release-2.x.y
changeset 33793
f98089ae0e01
parent 31321
1fef3832cfa2
child 34706
02cb08146888
child 38077
482a3b3e5c89
equal deleted inserted replaced
33791:4752dd3ba024 33793:f98089ae0e01
181 } 181 }
182 182
183 if (account == NULL) 183 if (account == NULL)
184 return; 184 return;
185 185
186 pixbuf = pidgin_create_prpl_icon(account, 0.5); 186 pixbuf = pidgin_create_prpl_icon(account, PIDGIN_PRPL_ICON_SMALL);
187 187
188 for (l = list; l != NULL; l = l->next) 188 for (l = list; l != NULL; l = l->next)
189 { 189 {
190 char *account_name = (char *)l->data; 190 char *account_name = (char *)l->data;
191 191
600 PurpleAccount *account, const char *screenname) 600 PurpleAccount *account, const char *screenname)
601 { 601 {
602 GdkPixbuf *pixbuf; 602 GdkPixbuf *pixbuf;
603 GtkTreeIter iter; 603 GtkTreeIter iter;
604 604
605 pixbuf = pidgin_create_prpl_icon(account, 0.5); 605 pixbuf = pidgin_create_prpl_icon(account, PIDGIN_PRPL_ICON_SMALL);
606 606
607 gtk_list_store_append(dialog->model, &iter); 607 gtk_list_store_append(dialog->model, &iter);
608 608
609 gtk_list_store_set(dialog->model, &iter, 609 gtk_list_store_set(dialog->model, &iter,
610 COLUMN_NAME, name, 610 COLUMN_NAME, name,

mercurial