aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-09-13 20:04:24 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-13 20:04:24 (GMT)
commitdeb6a1ebf43f458b720abbc6a7180e9a8e04771a (patch)
treeecff64e1eb70e43ff15b93de2f98953cfadd0067 /src/Gnome.cc
parentf6af17aa58701cdb579cca52ac83edf289e118e7 (diff)
downloadfluxbox-deb6a1ebf43f458b720abbc6a7180e9a8e04771a.zip
fluxbox-deb6a1ebf43f458b720abbc6a7180e9a8e04771a.tar.bz2
code simplification
we do not need a std::map just to store an attribute on an AtomHandler, it makes housekeeping just more annoying.
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r--src/Gnome.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc
index 3c84942..78e8a2f 100644
--- a/src/Gnome.cc
+++ b/src/Gnome.cc
@@ -44,6 +44,7 @@ using std::hex;
44using std::dec; 44using std::dec;
45 45
46Gnome::Gnome() { 46Gnome::Gnome() {
47 setName("gnome");
47 createAtoms(); 48 createAtoms();
48 enableUpdate(); 49 enableUpdate();
49} 50}