pidgin/gtkstatusbox.c

branch
release-2.2.3
changeset 20293
81d324f460bd
parent 20289
5c844288fbec
child 21453
a90cf329cd48
equal deleted inserted replaced
20292:470dea577276 20293:81d324f460bd
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

mercurial