summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorNiklas Goby2011-04-08 17:54:05 +0200
committerNiklas Goby2011-04-08 17:54:05 +0200
commit107852452a3f9fe7ad2816d8366a1158da103f93 (patch)
tree26dfdda34122a25af9318ff769c11d624688698d /src/fbgui.cpp
parentMerge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui (diff)
downloadfbgui-107852452a3f9fe7ad2816d8366a1158da103f93.tar.gz
fbgui-107852452a3f9fe7ad2816d8366a1158da103f93.tar.xz
fbgui-107852452a3f9fe7ad2816d8366a1158da103f93.zip
some changes in the sysinfolibfs clas. we can now get the mainboard serial
number for the hardware hash
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index 5527601..494c4e8 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -24,7 +24,7 @@ fbgui::fbgui()
// test for libsys function
SysInfoLibsysfs* sil = new SysInfoLibsysfs();
//sil->getInfoAboutNetworkInterface();
- sil->getInfoAboutClassNet();
+ sil->getInfoMainboardSerial();
setupLayout();
createActions();