Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
NetworkManager-appindicator
nm-applet-fix-export-button-not-sensible.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nm-applet-fix-export-button-not-sensible.patch of Package NetworkManager-appindicator
From 324f17354146242307687c75908cba0362606c8c Mon Sep 17 00:00:00 2001 From: Thomas Haller <thaller@redhat.com> Date: Mon, 27 Jun 2016 18:41:52 +0200 Subject: c-e: fix sensitivity of "Export" button for VPN Fixes: bd20efeb915a6f2959e061f75a84abe23fea39e6 --- src/connection-editor/nm-connection-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection-editor/nm-connection-editor.c b/src/connection-editor/nm-connection-editor.c index ee68236..128c7b5 100644 --- a/src/connection-editor/nm-connection-editor.c +++ b/src/connection-editor/nm-connection-editor.c @@ -222,7 +222,7 @@ done: editor->last_validation_error = g_strdup (validation_error); } ce_polkit_button_set_validation_error (CE_POLKIT_BUTTON (editor->ok_button), validation_error); - gtk_widget_set_sensitive (editor->export_button, !!validation_error); + gtk_widget_set_sensitive (editor->export_button, !validation_error); update_sensitivity (editor); -- cgit v0.12
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor