Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 929207 Details for
Bug 1131434
[nmtui] Blocked <Add> in forms when field <Remove>'d with invalid data
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix
0001-nmtui-fix-sensitivity-of-Add-button-in-address-lists.patch (text/plain), 1.10 KB, created by
Dan Winship
on 2014-08-21 13:25:58 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Dan Winship
Created:
2014-08-21 13:25:58 UTC
Size:
1.10 KB
patch
obsolete
>From f7fdf90444364065c56397f63eb372f58ea99693 Mon Sep 17 00:00:00 2001 >From: Dan Winship <danw@gnome.org> >Date: Thu, 21 Aug 2014 09:23:38 -0400 >Subject: [PATCH] nmtui: fix sensitivity of "Add" button in address lists (rh > #1131434) > >When you first click "Add" in an address list, it adds a new field, >and the "Add" button becomes insensitive (because the new field is >empty, and thus not valid). But if you then clicked "Remove", "Add" >stayed insensitive. Fix that. >--- > clients/tui/nmt-widget-list.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/clients/tui/nmt-widget-list.c b/clients/tui/nmt-widget-list.c >index 6dc3f5c..9027373 100644 >--- a/clients/tui/nmt-widget-list.c >+++ b/clients/tui/nmt-widget-list.c >@@ -243,7 +243,8 @@ ensure_widgets (NmtWidgetList *list) > G_BINDING_SYNC_CREATE); > g_object_add_weak_pointer (G_OBJECT (priv->add_sensitivity), > (gpointer *)&priv->add_sensitivity); >- } >+ } else >+ nmt_newt_component_set_sensitive (NMT_NEWT_COMPONENT (priv->add_button), TRUE); > } > > static void >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1131434
: 929207