示例#1
0
 def get_ordinary_community(self, cname):
     return get_ordinary_community(cname)
示例#2
0
def get_default_community_icon(com):
    if com == proximatestate.get_ordinary_community(DEFAULT_COMMUNITY_NAME):
        fname = get_path(PROXIMATE_COMMUNITY_ICON)
    else:
        fname = get_path(DEFAULT_COMMUNITY_ICON)
    return gtk.gdk.pixbuf_new_from_file(fname)