comparison pidgin/gtksavedstatuses.c @ 21236:73c5f5bfeb39

disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:01 +0000
parents fba1f6c3df0b
children 8ae227dca885
comparison
equal deleted inserted replaced
21235:fba1f6c3df0b 21236:73c5f5bfeb39
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 }