Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
Network Management
Commits
75ed3fbb
Commit
75ed3fbb
authored
Sep 09, 2011
by
Lamarque Souza
Browse files
Fix <hidden network> not responding when entering the ssid.
CCBUG: 209464 CCBUG: 281659
parent
e9b7a00e
Changes
2
Hide whitespace changes
Inline
Side-by-side
applet/hiddenwirelessnetworkitem.cpp
View file @
75ed3fbb
...
...
@@ -100,13 +100,13 @@ void HiddenWirelessNetworkItem::connectClicked()
void
HiddenWirelessNetworkItem
::
ssidEntered
()
{
if
(
m_ssid
.
isEmpty
())
{
if
(
m_ssid
Edit
->
text
()
.
isEmpty
())
{
setupItem
();
return
;
return
;
}
kDebug
()
<<
"... ssid is now"
<<
m_ssid
;
setSsid
(
m_ssidEdit
->
text
());
kDebug
()
<<
"... ssid is now"
<<
m_ssid
;
emitClicked
();
emit
connectToHiddenNetwork
(
m_ssid
);
}
...
...
plasma_nm_version.h
View file @
75ed3fbb
#ifndef PLASMA_NM_VERSION_H
#define PLASMA_NM_VERSION_H
static
const
char
*
plasmaNmVersion
=
"nm09-2011090
7
"
;
static
const
char
*
plasmaNmVersion
=
"nm09-2011090
9
"
;
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment