diff options
author | rathnor <rathnor> | 2004-04-26 15:04:37 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-04-26 15:04:37 (GMT) |
commit | d4a871785130ab0d6533bef4f1ec55c4cfd3b8df (patch) | |
tree | f07025c5527733c88043ca61316c0af62daf598d /src/MenuTheme.cc | |
parent | ef6bf03ca19c0c96943894f9d0f0db9bc0bd58fc (diff) | |
download | fluxbox_pavel-d4a871785130ab0d6533bef4f1ec55c4cfd3b8df.zip fluxbox_pavel-d4a871785130ab0d6533bef4f1ec55c4cfd3b8df.tar.bz2 |
toolbar themeing fixes
Diffstat (limited to 'src/MenuTheme.cc')
-rw-r--r-- | src/MenuTheme.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MenuTheme.cc b/src/MenuTheme.cc index b06e489..fe8cac2 100644 --- a/src/MenuTheme.cc +++ b/src/MenuTheme.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: MenuTheme.cc,v 1.2 2003/07/10 14:16:11 fluxgen Exp $ | 22 | // $Id: MenuTheme.cc,v 1.3 2004/04/26 15:04:37 rathnor Exp $ |
23 | 23 | ||
24 | #include "MenuTheme.hh" | 24 | #include "MenuTheme.hh" |
25 | #include "StringUtil.hh" | 25 | #include "StringUtil.hh" |
@@ -27,7 +27,7 @@ | |||
27 | using namespace std; | 27 | using namespace std; |
28 | 28 | ||
29 | template <> | 29 | template <> |
30 | void FbTk::ThemeItem<Shape::ShapePlace>::load() { } | 30 | void FbTk::ThemeItem<Shape::ShapePlace>::load(const std::string *name, const std::string *altname) { } |
31 | 31 | ||
32 | template <> | 32 | template <> |
33 | void FbTk::ThemeItem<Shape::ShapePlace>::setDefaultValue() { | 33 | void FbTk::ThemeItem<Shape::ShapePlace>::setDefaultValue() { |