~bratsche/pidgin-libnotify/356147

« back to all changes in this revision

Viewing changes to src/pidgin-libnotify.c

  • Committer: Ted Gould
  • Date: 2009-03-18 20:06:29 UTC
  • Revision ID: ted@canonical.com-20090318200629-dbe1t7c31su1jaq7
Get the larger protocol icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
                purple_debug_info (PLUGIN_ID, "notify(), has a buddy icon.\n");
343
343
        } else {
344
344
                if (buddy != NULL) {
345
 
                        icon = pidgin_create_prpl_icon (buddy->account, 1);
 
345
                        icon = pidgin_create_prpl_icon (buddy->account, PIDGIN_PRPL_ICON_LARGE);
346
346
                        purple_debug_info (PLUGIN_ID, "notify(), has a prpl icon.\n");
347
347
                }
348
348
        }
720
720
                icon = pixbuf_from_buddy_icon(buddy_icon);
721
721
        } else {
722
722
                if (buddy != NULL) {
723
 
                        icon = pidgin_create_prpl_icon(buddy->account, 1);
 
723
                        icon = pidgin_create_prpl_icon(buddy->account, PIDGIN_PRPL_ICON_LARGE);
724
724
                }
725
725
        }
726
726