| 440 adjust_pic(addbutton, _("Add"), (gchar **)gnome_add_xpm); |
440 adjust_pic(addbutton, _("Add"), (gchar **)gnome_add_xpm); |
| 441 adjust_pic(groupbutton, _("Group"), (gchar **)group_xpm); |
441 adjust_pic(groupbutton, _("Group"), (gchar **)group_xpm); |
| 442 adjust_pic(rembutton, _("Remove"), (gchar **)gnome_remove_xpm); |
442 adjust_pic(rembutton, _("Remove"), (gchar **)gnome_remove_xpm); |
| 443 |
443 |
| 444 if (!(display_options & OPT_DISP_NO_BUTTONS)) { |
444 if (!(display_options & OPT_DISP_NO_BUTTONS)) { |
| 445 adjust_pic(awaybutton, _("Chat"), (gchar **)away_big_xpm); |
445 adjust_pic(awaybutton, _("Away"), (gchar **)away_big_xpm); |
| 446 adjust_pic(chatbutton, _("Chat"), (gchar **)join_xpm); |
446 adjust_pic(chatbutton, _("Chat"), (gchar **)join_xpm); |
| 447 adjust_pic(imbutton, _("IM"), (gchar **)tmp_send_xpm); |
447 adjust_pic(imbutton, _("IM"), (gchar **)tmp_send_xpm); |
| 448 adjust_pic(infobutton, _("Info"), (gchar **)tb_search_xpm); |
448 adjust_pic(infobutton, _("Info"), (gchar **)tb_search_xpm); |
| 449 } |
449 } |
| 450 gtk_widget_hide(addbutton->parent); |
450 gtk_widget_hide(addbutton->parent); |