CallHistory: Disable selecting/activating rows and ellipzise

This makes the name in each row ellipzise in the middle.

Signed-off-by: Julian Sparber <julian@sparber.net>
This commit is contained in:
Julian Sparber
2020-02-28 20:34:28 +01:00
parent a14f3fd7a0
commit a91da3f84b
3 changed files with 84 additions and 75 deletions

View File

@@ -36,7 +36,7 @@ G_BEGIN_DECLS
#define CALLS_TYPE_CALL_RECORD_ROW (calls_call_record_row_get_type ())
G_DECLARE_FINAL_TYPE (CallsCallRecordRow, calls_call_record_row,
CALLS, CALL_RECORD_ROW, GtkBox);
CALLS, CALL_RECORD_ROW, GtkListBoxRow)
CallsCallRecordRow *calls_call_record_row_new (CallsCallRecord *record,
CallsContacts *contacts,