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

                 Summary: python api calls wrong gui function when trying to
remove nick
                 Project: WeeChat
            Submitted by: None
            Submitted on: Sun 03 Jan 2010 11:15:42 PM UTC
                Category: scripts
                Severity: 3 - Normal
              Item Group: crash
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Gotisch
        Originator Email: [email protected]
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
                IRC nick: Gotisch

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

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

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



_______________________________________________
Weechat-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/weechat-dev

Reply via email to