Mercurial > pidgin.yaz
comparison pidgin/gtksavedstatuses.c @ 21353:8ae227dca885
merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
and '3468b1f73a715bd59ad22726232214da77cf67f7'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 16 Nov 2007 23:27:07 +0000 |
parents | d4f95419be45 73c5f5bfeb39 |
children | fcb848b2d669 |
comparison
equal
deleted
inserted
replaced
21352:ca17c133d6c3 | 21353:8ae227dca885 |
---|---|
338 handle = dialog; | 338 handle = dialog; |
339 } | 339 } |
340 | 340 |
341 purple_request_action_with_hint(handle, NULL, title, NULL, 0, | 341 purple_request_action_with_hint(handle, NULL, title, NULL, 0, |
342 NULL, NULL, NULL, | 342 NULL, NULL, NULL, |
343 PURPLE_UI_REQUEST_HINT_STATUSMGR, sel_titles, 2, | 343 "statuses", sel_titles, 2, |
344 _("Delete"), status_window_delete_confirm_cb, | 344 _("Delete"), status_window_delete_confirm_cb, |
345 _("Cancel"), status_window_delete_cancel_cb); | 345 _("Cancel"), status_window_delete_cancel_cb); |
346 | 346 |
347 g_free(title); | 347 g_free(title); |
348 } | 348 } |