Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

synch: remove recent URLS from drop-down menu

fixes #104

Changeset ade938fcbc2a

Parent 61d011faba8c

by Steve Borho

Changes to one file · Browse files at ade938fcbc2a Showing diff from parent 61d011faba8c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
227
228
229
230
231
232
233
234
235
236
237
238
239
 
227
228
229
 
 
 
 
 
 
 
230
231
232
@@ -227,13 +227,6 @@
  sympaths.append(path)   self.pathlist.append([toutf(path), name, False])   separator = False - for p in self._recent_src: - if p in sympaths: - continue - if not separator: - self.pathlist.append(['-'*20, '', True]) - separator = True - self.pathlist.append([toutf(p), '', False])     def _drag_receive(self, widget, context, x, y, selection, targetType, time):   if time != self._last_drop_time: