pidgin/gtksavedstatuses.c

changeset 21225
32d8e16cb7a9
parent 21220
3bb27fe7d046
child 21226
a60b30c9eeb5
child 21233
e75de8db4f2b
equal deleted inserted replaced
21223:6517e0eda8bc 21225:32d8e16cb7a9
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 "statuses", sel_titles, 2, 343 PURPLE_UI_REQUEST_HINT_STATUSMGR, 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 }

mercurial