=== modified file 'xl/gui/editor.py'
--- xl/gui/editor.py	2008-04-11 23:18:22 +0000
+++ xl/gui/editor.py	2008-05-29 02:17:45 +0000
@@ -603,6 +603,8 @@
         dialog.add_buttons(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL, \
             gtk.STOCK_OK, gtk.RESPONSE_OK)
         entry = gtk.Entry()
+        # Set the default text to the pattern currently selected
+        entry.set_text(self.tagsfrompath_cb.get_active_text())
         dialog.vbox.pack_start(entry, True, True)
         
         dialog.show_all()

