On Fri, Feb 20, 2009 at 2:02 PM, Guilherme Polo <[email protected]> wrote:
> I'm
> noticing a very bad error (which could even be simple to solve) when
> doing this: Scan some host, Move to the topology tab, Click on
> "Tools", Click on "Hosts viewer". Umit freezes, a windows error dialog
> popups and then I need to force closing umit.

This is apparently related to gtk core drawing, as it got fixed by
removing the custom tab positioning done in
umitGUI/radialnet/NodeNotebook.py:

Index: umitGUI/radialnet/NodeNotebook.py
===================================================================
--- umitGUI/radialnet/NodeNotebook.py   (revision 4140)
+++ umitGUI/radialnet/NodeNotebook.py   (working copy)
@@ -501,7 +501,7 @@

         # operating system information widgets
         self.__os = gtk.Notebook()
-        self.__os.set_tab_pos(gtk.POS_LEFT)
+        #self.__os.set_tab_pos(gtk.POS_LEFT)

         os = self.__node.get_info('os'


-- 
-- Guilherme H. Polo Goncalves

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Umit-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/umit-devel

Reply via email to