all repos — fluxbox @ 8086dd43dd2d56d765ecce2cddd7d984818ae055

custom fork of the fluxbox windowmanager

missing namespace
akir akir
commit

8086dd43dd2d56d765ecce2cddd7d984818ae055

parent

b44cd198090dc5e3aec8a9f2b927f2b2ba80cf63

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

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

@@ -19,7 +19,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: IntResMenuItem.cc,v 1.4 2004/08/31 15:26:38 rathnor Exp $ +// $Id: IntResMenuItem.cc,v 1.5 2004/10/21 10:40:37 akir Exp $ #include "IntResMenuItem.hh" #include "PixmapWithMask.hh"

@@ -71,5 +71,5 @@

// update label setLabel(appendIntValue(m_org_label, *m_res).c_str()); // call other commands - MenuItem::click(button, time); + FbTk::MenuItem::click(button, time); }