history-box: Add empty view

This commit is contained in:
Mohammed Sadiq
2018-09-24 07:38:06 +05:30
parent 340aa85b60
commit 6bcb4db25d
3 changed files with 44 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ G_BEGIN_DECLS
#define CALLS_TYPE_HISTORY_BOX (calls_history_box_get_type ())
G_DECLARE_FINAL_TYPE (CallsHistoryBox, calls_history_box, CALLS, HISTORY_BOX, GtkTreeView);
G_DECLARE_FINAL_TYPE (CallsHistoryBox, calls_history_box, CALLS, HISTORY_BOX, GtkStack)
G_END_DECLS