Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=2702          
     




------- Additional Comments From [EMAIL PROTECTED]  2005-03-11 11:54 -------
(In reply to comment #2)
> the dri part of the patch. There is a problem with driconf, it will crash.

Here is a quick fix for driconf. I will make a new release in a few days which
will also have a better widget for this kind of option (float with a single
range). I'm thinking of an entry with a slider below. Any other 
ideas/preferences?

--- a/driconf.py        5 Jan 2004 02:43:56 -0000       1.58
+++ b/driconf.py        11 Mar 2005 19:42:43 -0000      1.59
@@ -234,13 +234,13 @@
             else:
                 self.widget.set_text (dri.ValueToStr(value, type))
             self.widget.connect ("changed", self.activateSignal)
-        self.highlightInvalid()
-        self.widget.show()
         if self.widget.__class__ == gtk.Entry:
             style = self.widget.get_style()
             self.default_normal_text = style.text[gtk.STATE_NORMAL].copy()
             self.default_selected_text = style.text[gtk.STATE_SELECTED].copy()
             self.default_insensitive_text =
style.text[gtk.STATE_INSENSITIVE].copy()
+        self.highlightInvalid()
+        self.widget.show()
  
     def updateWidget (self, value, valid):
         """ Update the option widget to a new value. """
          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to