mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 03:25:31 +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:
parent
0fcb4e59e9
commit
3e6ee6d293
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue