1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 05:09:30 +00:00

main-window: Display the dialer on startup rather than empty history

When call history is implemented, this should be modified to only
display the dialer if the history is empty.
This commit is contained in:
purism 2018-10-02 17:19:10 +00:00
parent 0fcb4e59e9
commit 3e6ee6d293

View file

@ -518,6 +518,11 @@ constructed (GObject *object)
G_ACTION_GROUP (simple_action_group));
g_object_unref (simple_action_group);
// FIXME: if (no history)
{
new_call_action (NULL, NULL, self);
}
parent_class->constructed (object);
}