バグ #1187 » 1187-first-boot-failed.diff
core/plugin/gtk/world_shifter.rb | ||
---|---|---|
self.add(@face).show_all
|
||
end
|
||
world, = Plugin.filtering(:world_current, nil)
|
||
@face.tooltip(world.title)
|
||
if world
|
||
@face.tooltip(world.title)
|
||
end
|
||
end
|
||
def remove_face_widget_ifn
|