Skip to content

Commit

Permalink
Refs #866: removed initial text and directory
Browse files Browse the repository at this point in the history
svn-revision: r2603
  • Loading branch information
robmcmullen committed Oct 28, 2010
1 parent 283db8e commit 9a3b33c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions peppy/plugins/search_in_files.py
Expand Up @@ -128,8 +128,7 @@ def OnChanged(self, evt):

def setUIDefaults(self):
if not self.ui.GetValue():
# self.ui.SetValue(self.mode.buffer.cwd())
self.ui.SetValue("/work/bin")
self.ui.SetValue(self.mode.buffer.cwd())

def getPrefix(self):
prefix = unicode(self.pathname)
Expand Down Expand Up @@ -593,7 +592,6 @@ def createInfoHeader(self, sizer):
label = wx.StaticText(panel, -1, "Search for:")
hbox.Add(label, 0, wx.ALIGN_CENTER)
self.search_text = wx.TextCtrl(panel, -1,)
self.search_text.SetValue("python")
hbox.Add(self.search_text, 5, wx.EXPAND)
vbox.Add(hbox, 0, wx.EXPAND)

Expand Down

0 comments on commit 9a3b33c

Please sign in to comment.