Skip to content
Snippets Groups Projects
Commit 2deaa264 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #9145: gnome: fixed "Not enough arguments to go with sentinel" warning

parent b132e880
No related branches found
No related tags found
No related merge requests found
...@@ -581,6 +581,7 @@ show_account_list_config_dialog(void) ...@@ -581,6 +581,7 @@ show_account_list_config_dialog(void)
accountListDialog = GTK_DIALOG(gtk_dialog_new_with_buttons(_("Accounts"), accountListDialog = GTK_DIALOG(gtk_dialog_new_with_buttons(_("Accounts"),
GTK_WINDOW(get_main_window()), GTK_WINDOW(get_main_window()),
GTK_DIALOG_DESTROY_WITH_PARENT, GTK_DIALOG_DESTROY_WITH_PARENT,
NULL,
NULL)); NULL));
/* Set window properties */ /* Set window properties */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment