Skip to content

Commit faefe56

Browse files
gabriel pettierakshayaurora
gabriel pettier
authored andcommitted
fixes for clipboard_dbusklipper
1 parent 6ebd51e commit faefe56

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

kivy/core/clipboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _paste(self):
132132
_clipboards.append(
133133
('winctypes', 'clipboard_winctypes', 'ClipboardWindows'))
134134
elif _platform == 'linux':
135-
_clipboards.append(('dbusklipper', 'clipboard_dbusklipper', 'Clipboard_DbusKlipper'))
135+
_clipboards.append(('dbusklipper', 'clipboard_dbusklipper', 'ClipboardDbusKlipper'))
136136

137137
_clipboards.append(
138138
('pygame', 'clipboard_pygame', 'ClipboardPygame'))

0 commit comments

Comments
 (0)