weechat-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-dev] [bug #29499] weechat.color doesn't work in Lua scripts


From: Vaughan Newton
Subject: [Weechat-dev] [bug #29499] weechat.color doesn't work in Lua scripts
Date: Fri, 09 Apr 2010 17:06:32 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Ant.com Toolbar 2.0.1 Firefox/3.5.8

URL:
  <http://savannah.nongnu.org/bugs/?29499>

                 Summary: weechat.color doesn't work in Lua scripts
                 Project: WeeChat
            Submitted by: vnewton
            Submitted on: Fri Apr  9 17:06:32 2010
                Category: script API plugins
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 0.3.1
                IRC nick: 

    _______________________________________________________

Details:

The reason for this is because there is a mistake in the file
src/plugins/scripts/lua/weechat-lua-api.c on line 2878.

    result = weechat_prefix (color);

should be:

    result = weechat_color (color);



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri Apr  9 17:06:32 2010  Name: fix-lua-api.patch  Size: 327B   By:
vnewton

<http://savannah.nongnu.org/bugs/download.php?file_id=20174>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?29499>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]