removing a duplicate file in aim directory
This commit is contained in:
parent
a4fd5f9572
commit
cad9de3bcb
|
@ -1,50 +0,0 @@
|
||||||
/* XPM */
|
|
||||||
static char * not in list_xpm[] = {
|
|
||||||
"16 16 31 1",
|
|
||||||
" c None",
|
|
||||||
". c #7D7D7D",
|
|
||||||
"+ c #757575",
|
|
||||||
"@ c #838383",
|
|
||||||
"# c #797979",
|
|
||||||
"$ c #989898",
|
|
||||||
"% c #7C7C7C",
|
|
||||||
"& c #7F7F7F",
|
|
||||||
"* c #707070",
|
|
||||||
"= c #959595",
|
|
||||||
"- c #969696",
|
|
||||||
"; c #818181",
|
|
||||||
"> c #717171",
|
|
||||||
", c #909090",
|
|
||||||
"' c #929292",
|
|
||||||
") c #999999",
|
|
||||||
"! c #8F8F8F",
|
|
||||||
"~ c #6E6E6E",
|
|
||||||
"{ c #8A8A8A",
|
|
||||||
"] c #8D8D8D",
|
|
||||||
"^ c #696969",
|
|
||||||
"/ c #6C6C6C",
|
|
||||||
"( c #868686",
|
|
||||||
"_ c #898989",
|
|
||||||
": c #8C8C8C",
|
|
||||||
"< c #787878",
|
|
||||||
"[ c #686868",
|
|
||||||
"} c #848484",
|
|
||||||
"| c #747474",
|
|
||||||
"1 c #656565",
|
|
||||||
"2 c #6D6D6D",
|
|
||||||
" . ",
|
|
||||||
" + . @ ",
|
|
||||||
" + #$% & ",
|
|
||||||
" * ++=-$%. ; ",
|
|
||||||
" *>,,'=-$).& ",
|
|
||||||
" *!,,'=-$% ",
|
|
||||||
" ~{]!,,'=-$% ",
|
|
||||||
"^/(_{:],,'=-$%. ",
|
|
||||||
" /(_{]!!,'=< ",
|
|
||||||
" /(_{]]!,+ ",
|
|
||||||
" [^}(_{:]!|+ ",
|
|
||||||
" 1 ^/(_{*> + ",
|
|
||||||
" [ /(2 * ",
|
|
||||||
" 1 / * ",
|
|
||||||
" ^ ",
|
|
||||||
" "};
|
|
|
@ -499,7 +499,7 @@ class Preferences_window:
|
||||||
file = os.path.join(os.getcwd(), file)
|
file = os.path.join(os.getcwd(), file)
|
||||||
dialog.set_filename(file)
|
dialog.set_filename(file)
|
||||||
file = ''
|
file = ''
|
||||||
while 1:
|
while True:
|
||||||
response = dialog.run()
|
response = dialog.run()
|
||||||
if response != gtk.RESPONSE_OK:
|
if response != gtk.RESPONSE_OK:
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue