comparison pidgin/gtkstatusbox.c @ 19877:96d5d37e08f0

propagate from branch 'im.pidgin.pidgin' (head 90fde4fedfaeb6e062d2d74a7128c2132e9acb55) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head a93650575976fda45defc930f4c861983c3efe4f)
author Gabriel Schulhof <nix@go-nix.ca>
date Fri, 17 Aug 2007 22:41:15 +0000
parents e65dcf11c5d0
children 7a118cacd4b0
comparison
equal deleted inserted replaced
19320:5126f14002f9 19877:96d5d37e08f0
1565 1565
1566 msg = g_strdup_printf(_("Are you sure you want to delete %s?"), purple_savedstatus_get_title(saved)); 1566 msg = g_strdup_printf(_("Are you sure you want to delete %s?"), purple_savedstatus_get_title(saved));
1567 1567
1568 purple_request_action(saved, NULL, msg, NULL, 0, 1568 purple_request_action(saved, NULL, msg, NULL, 0,
1569 NULL, NULL, NULL, 1569 NULL, NULL, NULL,
1570 data, 2, 1570 "pidgin-statusbox", data, 2,
1571 _("Delete"), tree_view_delete_current_selection_cb, 1571 _("Delete"), tree_view_delete_current_selection_cb,
1572 _("Cancel"), NULL); 1572 _("Cancel"), NULL);
1573 1573
1574 g_free(msg); 1574 g_free(msg);
1575 1575