Show
Ignore:
Timestamp:
06/05/07 12:11:18 (6 years ago)
Author:
iacopo <iacopo@…>
Children:
76c087b7af32be71ea3488912f8e98f2a332a487
Parents:
e442b8821e135b7e4a656ed1ccff664c98b39aef
git-committer:
iacopo <iacopo@…> (06/05/07 12:11:18)
Message:

New octofuss icons

git-svn-id:  https://labs.truelite.it/svn/octofuss/trunk@380 5a101938-5c21-0410-9b5a-a83d6f3706a9

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/octofuss/configui.py

    rb7c243c r4199633  
    6262                        count = 1 
    6363                p = gnome.ui.DruidPageEdge(count) 
    64                 logo = art.get_pixbuf_from_name("cluster") 
     64                logo = art.get_pixbuf_from_name("cluster-new") 
    6565                p.set_logo(logo) 
    6666                p.set_title(title) 
     
    7272                """ Create a druid page """ 
    7373                p = gnome.ui.DruidPageStandard() 
    74                 logo = art.get_pixbuf_from_name("cluster") 
     74                logo = art.get_pixbuf_from_name("cluster-new") 
    7575                p.set_logo(logo) 
    7676                p.set_title(section)