[network-manager-openvpn/bg/ciphers-case-bgo774730: 1/3] properties: add missing comma in populate_cipher_combo()
- From: Beniamino Galvani <bgalvani src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn/bg/ciphers-case-bgo774730: 1/3] properties: add missing comma in populate_cipher_combo()
- Date: Fri, 2 Dec 2016 21:51:55 +0000 (UTC)
commit 91dce8529764432033b9df81ad7d5c8f65cc212a
Author: Beniamino Galvani <bgalvani redhat com>
Date: Fri Dec 2 22:25:39 2016 +0100
properties: add missing comma in populate_cipher_combo()
properties/auth-helpers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/auth-helpers.c b/properties/auth-helpers.c
index 7995143..31df8d5 100644
--- a/properties/auth-helpers.c
+++ b/properties/auth-helpers.c
@@ -1074,7 +1074,7 @@ populate_cipher_combo (GtkComboBox *box, const char *user_cipher)
gtk_list_store_insert (store, &iter, 1);
gtk_list_store_set (store, &iter,
TLS_CIPHER_COL_NAME, user_cipher,
- TLS_CIPHER_COL_DEFAULT, FALSE -1);
+ TLS_CIPHER_COL_DEFAULT, FALSE, -1);
gtk_combo_box_set_active_iter (box, &iter);
} else if (!user_added) {
gtk_combo_box_set_active (box, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]