all repos — fluxbox @ 78c5d474f78edf93895f0028e41047dd80ce7641

custom fork of the fluxbox windowmanager

updates for new workspace name cmd
fluxgen fluxgen
commit

78c5d474f78edf93895f0028e41047dd80ce7641

parent

63a5065d5e58e18e8f20fd53a6438413f1a5d42d

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Toolbar.ccsrc/Toolbar.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Toolbar.cc,v 1.132 2003/12/18 18:03:21 fluxgen Exp $ +// $Id: Toolbar.cc,v 1.133 2003/12/19 03:57:40 fluxgen Exp $ #include "Toolbar.hh"

@@ -748,7 +748,7 @@

//!! TODO: this should be inserted by the workspace tool - RefCommand start_edit(CommandParser::instance().parseLine("setworkspacename")); + RefCommand start_edit(CommandParser::instance().parseLine("setworkspacenamedialog")); menu().insert(i18n.getMessage(FBNLS::ToolbarSet, FBNLS::ToolbarEditWkspcName, "Edit current workspace name"), start_edit);