diff options
author | fluxgen <fluxgen> | 2004-08-30 13:42:13 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-08-30 13:42:13 (GMT) |
commit | 51f26f0c4750235e2b9399254272fafee341c951 (patch) | |
tree | 3e35df159b8fdb1170de63fb63a8c7769b282ce5 /src/IconbarTool.cc | |
parent | ca99e775f48774df9d021ff59acb9312aba7e223 (diff) | |
download | fluxbox-51f26f0c4750235e2b9399254272fafee341c951.zip fluxbox-51f26f0c4750235e2b9399254272fafee341c951.tar.bz2 |
clientWidth now iconWidth
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r-- | src/IconbarTool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index 100ad5b..90e0201 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTool.cc,v 1.43 2004/08/29 08:33:12 rathnor Exp $ | 23 | // $Id: IconbarTool.cc,v 1.44 2004/08/30 13:42:13 fluxgen Exp $ |
24 | 24 | ||
25 | #include "IconbarTool.hh" | 25 | #include "IconbarTool.hh" |
26 | 26 | ||
@@ -278,7 +278,7 @@ IconbarTool::IconbarTool(const FbTk::FbWindow &parent, IconbarTheme &theme, BScr | |||
278 | m_rc_alignment(screen.resourceManager(), Container::LEFT, | 278 | m_rc_alignment(screen.resourceManager(), Container::LEFT, |
279 | screen.name() + ".iconbar.alignment", screen.altName() + ".Iconbar.Alignment"), | 279 | screen.name() + ".iconbar.alignment", screen.altName() + ".Iconbar.Alignment"), |
280 | m_rc_client_width(screen.resourceManager(), 70, | 280 | m_rc_client_width(screen.resourceManager(), 70, |
281 | screen.name() + ".iconbar.clientWidth", screen.altName() + ".Iconbar.ClientWidth"), | 281 | screen.name() + ".iconbar.iconWidth", screen.altName() + ".Iconbar.IconWidth"), |
282 | m_rc_use_pixmap(screen.resourceManager(), true, | 282 | m_rc_use_pixmap(screen.resourceManager(), true, |
283 | screen.name() + ".iconbar.usePixmap", screen.altName() + ".Iconbar.UsePixmap"), | 283 | screen.name() + ".iconbar.usePixmap", screen.altName() + ".Iconbar.UsePixmap"), |
284 | m_menu(screen.menuTheme(), screen.imageControl(), | 284 | m_menu(screen.menuTheme(), screen.imageControl(), |