Skip to content
Snippets Groups Projects
Commit 97f531d6 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Only one button in account window

parent 70b63127
No related branches found
No related tags found
No related merge requests found
...@@ -132,9 +132,7 @@ show_account_window (account_t * a) ...@@ -132,9 +132,7 @@ show_account_window (account_t * a)
dialog = GTK_DIALOG(gtk_dialog_new_with_buttons ("Account settings", dialog = GTK_DIALOG(gtk_dialog_new_with_buttons ("Account settings",
GTK_WINDOW(get_main_window()), GTK_WINDOW(get_main_window()),
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_STOCK_CANCEL, GTK_STOCK_OK,
GTK_RESPONSE_CANCEL,
GTK_STOCK_SAVE,
GTK_RESPONSE_ACCEPT, GTK_RESPONSE_ACCEPT,
NULL)); NULL));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment