Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

status: use default clipboard on all platforms

Apply change from changeset d03d755e33b9 to the status tool

Changeset 2d24479142bf

Parent 0e1c97ad7f0d

by Steve Borho

Changes to one file · Browse files at 2d24479142bf Showing diff from parent 0e1c97ad7f0d Diff from another changeset...

 
329
330
331
332
333
 
334
335
336
 
329
330
331
 
 
332
333
334
335
@@ -329,8 +329,7 @@
  self.append_page('text-diff', scroller, gtk.Label(_('Text Diff')))     # use treeview to show selectable diff hunks - sel = (os.name == 'nt') and 'CLIPBOARD' or 'PRIMARY' - self.clipboard = gtk.Clipboard(selection=sel) + self.clipboard = gtk.Clipboard()     self.diffmodel = gtk.ListStore(   bool, # DM_REJECTED