mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-13 16:07:36 +00:00
application: Consistent use of user_data in action "activate" callbacks.
This commit is contained in:
parent
b893c81375
commit
5869296c14
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ show_accounts (GSimpleAction *action,
|
||||||
GVariant *parameter,
|
GVariant *parameter,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
CallsApplication *app = CALLS_APPLICATION (g_application_get_default ());
|
CallsApplication *app = CALLS_APPLICATION (user_data);
|
||||||
|
|
||||||
calls_main_window_show_accounts_overview (app->main_window);
|
calls_main_window_show_accounts_overview (app->main_window);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue