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

@@ -37,12 +37,12 @@
struct _CallsHistoryBox
{
GtkTreeView parent_instance;
GtkStack parent_instance;
GtkListStore *history_store;
};
G_DEFINE_TYPE (CallsHistoryBox, calls_history_box, GTK_TYPE_TREE_VIEW);
G_DEFINE_TYPE (CallsHistoryBox, calls_history_box, GTK_TYPE_STACK)
static void