theme: fix theme file path parsing issue on windows.
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 25 Aug 2015 04:10:33 +0000 (13:10 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 25 Aug 2015 04:10:33 +0000 (13:10 +0900)
commitb27d821b826e6d0fe4632691bfa96f81c66ea01f
treec9c98c698315bf3ca1335e69436886115e2451e3
parentfe271ff8e6ec4b0bc9279e5da27ab26e3bdefa66
theme: fix theme file path parsing issue on windows.

':' is usually regarded as the delimetr for new theme path
but it uses to look up the drive, ie, c: on windows, on the other hand.
this patch fixes to determine wheter ':' is used for drive name or delimeter.

@fix
legacy/elementary/src/lib/elm_theme.c