| 1067 } |
1067 } |
| 1068 |
1068 |
| 1069 add_popular_statuses(status_box); |
1069 add_popular_statuses(status_box); |
| 1070 |
1070 |
| 1071 pidgin_status_box_add_separator(PIDGIN_STATUS_BOX(status_box)); |
1071 pidgin_status_box_add_separator(PIDGIN_STATUS_BOX(status_box)); |
| 1072 pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_CUSTOM, NULL, _("New..."), NULL, NULL); |
1072 pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_CUSTOM, NULL, _("New status..."), NULL, NULL); |
| 1073 pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_SAVED, NULL, _("Saved..."), NULL, NULL); |
1073 pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_SAVED, NULL, _("Saved statuses..."), NULL, NULL); |
| 1074 if (pixbuf) g_object_unref(G_OBJECT(pixbuf)); |
1074 if (pixbuf) g_object_unref(G_OBJECT(pixbuf)); |
| 1075 |
1075 |
| 1076 status_menu_refresh_iter(status_box); |
1076 status_menu_refresh_iter(status_box); |
| 1077 pidgin_status_box_refresh(status_box); |
1077 pidgin_status_box_refresh(status_box); |
| 1078 |
1078 |