Show
Ignore:
Timestamp:
02/06/07 20:54:30 (22 months ago)
Author:
asterix
Message:

merge diff from trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/gtkgui_helpers.py

    r7888 r7940  
    456456        q = 0.7 # foreground # p + q should do 1.0 
    457457        return gtk.gdk.Color(int(bg.red*p + fg.red*q), 
    458                               int(bg.green*p + fg.green*q), 
    459                               int(bg.blue*p + fg.blue*q)) 
     458                                        int(bg.green*p + fg.green*q), 
     459                                        int(bg.blue*p + fg.blue*q)) 
    460460 
    461461def get_scaled_pixbuf(pixbuf, kind):