Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuvarkey committed Jun 5, 2018
1 parent 022349c commit 16e0f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estimator/view/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def copy_selection(self):
# if no selection
log.warning("ScheduleView - copy_selection - No items selected to copy")

def paste_at_selection(self, insert_into=False):
def paste_at_selection(self, insert_into=False):
"""Paste copied item at selected row"""
if insert_into:
clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD)
Expand Down

0 comments on commit 16e0f7e

Please sign in to comment.