diff options
| author | handsome_feng <445865575@qq.com> | 2015-11-23 17:24:10 +0800 |
|---|---|---|
| committer | handsome_feng <445865575@qq.com> | 2015-11-23 17:24:10 +0800 |
| commit | 0ba4ad707833928adc16d697bd9a3fefa40598bf (patch) | |
| tree | 8202d6b2a6fa575e4d4fbaa0acce2556cc921165 /shutdown | |
| parent | d6a56f9b78ef585784c2b72810316ff28635881b (diff) | |
Modified UserIconFile(), Add DesktopType to UnitySettings,Add some nux::Property in textinput
(bzr r4016.2.26)
Diffstat (limited to 'shutdown')
| -rw-r--r-- | shutdown/StandaloneSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown/StandaloneSession.cpp b/shutdown/StandaloneSession.cpp index a6355e032..40415e15e 100644 --- a/shutdown/StandaloneSession.cpp +++ b/shutdown/StandaloneSession.cpp @@ -39,7 +39,7 @@ public: std::string RealName() const { return "Marco Trevisan"; } std::string UserName() const { return "marco"; } std::string HostName() const { return "tricky"; } - std::string UserIconFile() const { return "/usr/share/pixmaps/faces/fish.jpg"; } + void UserIconFile(std::function<void(GVariant*)>) const { std::cout << "UserIconFile" << std::endl; } void ScreenSaverActivate() { std::cout << "ScreenSaverActivate" << std::endl; } void ScreenSaverDeactivate() { std::cout << "ScreenSaverDeactivate" << std::endl; } |
