Mercurial > pidgin
diff src/buddy.c @ 872:0532f6f85fac
[gaim-migrate @ 882]
Special orders don't upset us -- have it yoooouurr waay
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Sun, 10 Sep 2000 22:19:21 +0000 |
| parents | 9b8b83592bb6 |
| children | 69669b9b3e3b |
line wrap: on
line diff
--- a/src/buddy.c Sun Sep 10 21:38:43 2000 +0000 +++ b/src/buddy.c Sun Sep 10 22:19:21 2000 +0000 @@ -54,6 +54,7 @@ #include "pixmaps/im.xpm" #include "pixmaps/info.xpm" #include "pixmaps/away_icon.xpm" +#include "pixmaps/away_small.xpm" #include "pixmaps/daemon-buddyadd.xpm" #include "pixmaps/daemon-buddydel.xpm" @@ -1802,7 +1803,7 @@ gtk_menu_bar_append(GTK_MENU_BAR(menubar), menuitem); awaymenu = gtk_menu_new(); - menuitem = gaim_new_item(menu, _("Away"), NULL); + menuitem = gaim_new_item_with_pixmap(menu, _("Away"), away_small_xpm, NULL); gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), awaymenu); do_away_menu();
