summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/client.cxx b/client.cxx
index a887c76..2dbf761 100644
--- a/client.cxx
+++ b/client.cxx
@@ -124,8 +124,7 @@ namespace RTClient {
void Client::ticketHistory(int id)
{
rtclient_ticket_history_list* historyList = nullptr;
- rtclient_ticket_history(&historyList, id
- , RTCLIENT_TICKET_FORMAT_L);
+ rtclient_ticket_history(&historyList, id, true);
emit gotTicketHistory(historyList);
}