diff --git a/core/plugin/gtk/world_shifter.rb b/core/plugin/gtk/world_shifter.rb
index ec797b6..b9351d3 100644
--- a/core/plugin/gtk/world_shifter.rb
+++ b/core/plugin/gtk/world_shifter.rb
@@ -110,7 +110,9 @@ class Gtk::WorldShifter < Gtk::EventBox
       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
