google-code-export / labyrinth

Automatically exported from code.google.com/p/labyrinth
GNU General Public License v2.0
2 stars 0 forks source link

Ctrl+V pasting in text in mainwindow textarea broken #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to paste with Ctrl+V in text area for extra text for thoughts

What is the expected output? What do you see instead?
Expect: pasted text

See:
Traceback (most recent call last):
  File "/home/biehl/devel/progs/labyrinth-read-only/src/MainWindow.py",
line 800, in paste_text_cb
    self.extended.get_buffer().paste_clipboard (clip)
TypeError: GtkTextBuffer.paste_clipboard() takes exactly 3 arguments (1 given)

What version of the product are you using? On what operating system?

SVN from yesterday

Please provide any additional information below.

Original issue reported on code.google.com by anders.n...@gmail.com on 30 Apr 2008 at 3:32

GoogleCodeExporter commented 9 years ago
Fixed with r329.

Original comment by matthias...@gmail.com on 6 May 2008 at 9:59