From 845e13a3c814a4b7f7ef31b1bcd26537f05f0eee Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 26 Oct 2011 21:46:25 +0000 Subject: add missing terminators to gtr_combo_box_new_enum --- src/trg-remote-prefs-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-remote-prefs-dialog.c') diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c index c706b72..8f869dd 100644 --- a/src/trg-remote-prefs-dialog.c +++ b/src/trg-remote-prefs-dialog.c @@ -293,7 +293,7 @@ static GtkWidget *trg_rprefs_connPage(TrgRemotePrefsDialog * win, t = hig_workarea_create(); w = priv->encryption_combo = gtr_combo_box_new_enum(_("Required"), 0, - _("Preferred"), 1, _("Tolerated"), 2); + _("Preferred"), 1, _("Tolerated"), 2, NULL); stringValue = session_get_encryption(s); if (g_strcmp0(stringValue, "required") == 0) { gtk_combo_box_set_active(GTK_COMBO_BOX(w), 0); -- cgit v1.2.3