weechat-dev
[Top][All Lists]
Advanced

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

[Weechat-dev] [task #9499] /perl reload command unloads scripts but does


From: FlashCode
Subject: [Weechat-dev] [task #9499] /perl reload command unloads scripts but does not reload them
Date: Sun, 21 Jun 2009 12:42:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1) Gecko/20090616 Firefox/3.5

URL:
  <http://savannah.nongnu.org/task/?9499>

                 Summary: /perl reload command unloads scripts but does not
reload them
                 Project: Wee Enhanced Environment for Chat
            Submitted by: tigrmesh
            Submitted on: dim 21 jun 2009 14:42:46 CEST
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                IRC nick: 

    _______________________________________________________

Details:

I cannot test with other script plugins, sorry.

    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: mer 27 oct 2004 00:54:01 CEST By: Deryk Robosson <drobosson>
Retest under KDE 3.2.3, same results as under Metacity.  Testing to continue.

-------------------------------------------------------
Date: sam 23 oct 2004 03:46:12 CEST By: Deryk Robosson <drobosson>
Revisited this bug and reviewed all associated code.

Creating a messagebox with MessageBox.Show("foo"); will never get any form of
modal flags set throughout the system as the Owner property of the object is
never set.  This property not being set prohibits TopLevelWindow.cs
TransientFor() method from setting the Xlib flag accordingly.

Creating a messagebox from a form with MessageBox.Show((IWin32Window)this,
"foo"); will allow the Owner property to be set and the TransientFor() method
to set the Xlib flag properly.

Bug #10717 is not related.

-------------------------------------------------------
Date: lun 19 jui 2004 14:32:52 CEST By: Deryk Robosson <drobosson>
After tracing this all the way back to Xsharp/TopLevelWindow.cs (around line
1047) I've found that everything that one would expect for modal operation of
the form is as it should be.  The call to Xlib.XChangeProperty is fine per the
man page.  Perhaps this is windowmanager dependant issue which xlib has no
control over.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: mer 30 jun 2004 00:25:58 CEST  Name: messagebox.cs  Size: 680 o   By:
jeongkyu

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

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?9499>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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