git.99rst.org
/
znc-palaver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ee6dac5
)
Make sure we add row before removing tables
author
Kyle Fuller
<redacted>
Mon, 1 Jul 2013 22:37:50 +0000
(23:37 +0100)
committer
Kyle Fuller
<redacted>
Mon, 1 Jul 2013 22:37:50 +0000
(23:37 +0100)
palaver.cpp
patch
|
blob
|
history
diff --git
a/palaver.cpp
b/palaver.cpp
index 1b30c854d63fe5d19934d7339aefac2dc77079d4..e5446a72ecfb60f65ed335777192c72e511231db 100644
(file)
--- a/
palaver.cpp
+++ b/
palaver.cpp
@@
-841,6
+841,7
@@
public:
}
if (networks.size() == 0) {
+ Table.AddRow();
Table.SetCell("Device", device.GetToken());
Table.SetCell("User", sUsername);
Table.SetCell("Network", "");
@@
-849,6
+850,7
@@
public:
}
if (msvsNetworks.size() == 0) {
+ Table.AddRow();
Table.SetCell("Device", device.GetToken());
Table.SetCell("User", "");
Table.SetCell("Network", "");
git clone https://git.99rst.org/PROJECT