bugWeeChat - Bugs: bug #28474, python api calls wrong gui...

 
 

bug #28474: python api calls wrong gui function when trying to remove nick

Submitter:  None
Submitted:  Sun 03 Jan 2010 11:15:42 PM UTC
   
 
Category:  scripts Severity:  3 - Normal
Item Group:  crash Status:  Fixed
Privacy:  Public Assigned to:  flashcode
Originator Name:  Gotisch Originator Email:  * -email is unavailable-
Open/Closed:  Closed Release:  * 0.3.0
IRC nick:  Gotisch
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 03 Jan 2010 11:15:42 PM UTC, original submission:  

static PyObject * weechat_python_api_nicklist_remove_nick (PyObject *self, PyObject *args)

later calls

weechat_nicklist_remove_group (script_str2ptr (buffer), script_str2ptr (nick));

instead of

weechat_nicklist_remove_nick (script_str2ptr (buffer), script_str2ptr (nick));

which causes weechat to crash.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-01-23 flashcode Open/ClosedOpen Closed
    2010-01-04 flashcode StatusNone Fixed
        Assigned toNone flashcode
        Release3.3-dev 0.3.0

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code