weechat-dev
[Top][All Lists]
Advanced

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

[Weechat-dev] [bug #28474] python api calls wrong gui function when tryi


From: anonymous
Subject: [Weechat-dev] [bug #28474] python api calls wrong gui function when trying to remove nick
Date: Sun, 03 Jan 2010 23:15:44 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6

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: address@hidden
             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/





reply via email to

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