Changeset 19356

Show
Ignore:
Timestamp:
09/16/08 09:47:44 (5 years ago)
Author:
showyou
Message:

一部バグ修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/python/crochet/chat_allsrc.py

    r19302 r19356  
    22# -*- coding: utf-8 -*- 
    33 
    4 import sys 
    5 import os 
    6 import wx 
    7 import wx_utils 
     4import sys,os 
     5import wx,wx_utils 
    86 
    97import main_icon 
     
    1614 
    1715g_config = {} 
    18 g_config['mycolor'] = wx.Color(192,255,255) 
     16g_config['mycolor'] = wx.Color(240,248,255) 
    1917 
    2018 
     
    349347                                flag2 = 0 
    350348                                if x[0] == "yuumizusawa" or x[0] == "miz_" or x[0] == "breeziness": 
    351                                         self.customPages[0].InsertData(user,dataListElement,hiddenDataListElement) 
     349                                        self.customPages[0].InsertData(dataListElement,hiddenDataListElement) 
    352350                                        flag2 = 1 
    353351