[network-manager-openvpn/jk/multiple-remotes-port-proto] fixup! core/ui: allow specifying port and protocol for gateways (bgo #712710)



commit bba30f630e596468e86f936d2041d6bd2be556be
Author: Thomas Haller <thaller redhat com>
Date:   Mon Jun 30 20:25:05 2014 +0200

    fixup! core/ui: allow specifying port and protocol for gateways (bgo #712710)

 properties/nm-openvpn.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/nm-openvpn.c b/properties/nm-openvpn.c
index 117a14f..b49fece 100644
--- a/properties/nm-openvpn.c
+++ b/properties/nm-openvpn.c
@@ -190,7 +190,7 @@ check_validity (OpenvpnPluginUiWidget *self, GError **error)
        /* Change entry background colour while editing */
        if (!gateway_valid)
                gdk_rgba_parse (&rgba, "red3");
-        gtk_widget_override_background_color (widget, GTK_STATE_NORMAL, !gateway_valid ? &rgba : NULL);
+       gtk_widget_override_background_color (widget, GTK_STATE_NORMAL, !gateway_valid ? &rgba : NULL);
        if (!gateway_valid) {
                g_set_error (error,
                             OPENVPN_PLUGIN_UI_ERROR,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]