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/ToolbarTheme.cc | |
parent | ef6bf03ca19c0c96943894f9d0f0db9bc0bd58fc (diff) | |
download | fluxbox-d4a871785130ab0d6533bef4f1ec55c4cfd3b8df.zip fluxbox-d4a871785130ab0d6533bef4f1ec55c4cfd3b8df.tar.bz2 |
toolbar themeing fixes
Diffstat (limited to 'src/ToolbarTheme.cc')
-rw-r--r-- | src/ToolbarTheme.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolbarTheme.cc b/src/ToolbarTheme.cc index f1a68c7..999b142 100644 --- a/src/ToolbarTheme.cc +++ b/src/ToolbarTheme.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: ToolbarTheme.cc,v 1.13 2003/10/13 23:47:38 fluxgen Exp $ | 22 | // $Id: ToolbarTheme.cc,v 1.14 2004/04/26 15:04:37 rathnor Exp $ |
23 | 23 | ||
24 | #include "ToolbarTheme.hh" | 24 | #include "ToolbarTheme.hh" |
25 | 25 | ||
@@ -29,7 +29,7 @@ | |||
29 | using namespace std; | 29 | using namespace std; |
30 | 30 | ||
31 | template<> | 31 | template<> |
32 | void FbTk::ThemeItem<bool>::load() { } | 32 | void FbTk::ThemeItem<bool>::load(const std::string *name, const std::string *altname) { } |
33 | 33 | ||
34 | template<> | 34 | template<> |
35 | void FbTk::ThemeItem<bool>::setDefaultValue() { | 35 | void FbTk::ThemeItem<bool>::setDefaultValue() { |