mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ui/gtk-clipboard: fix clipboard enum typo
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20210805135715.857938-5-marcandre.lureau@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ static void gd_owner_change(GtkClipboard *clipboard,
|
||||
|
||||
|
||||
switch (event->owner_change.reason) {
|
||||
case GDK_SETTING_ACTION_NEW:
|
||||
case GDK_OWNER_CHANGE_NEW_OWNER:
|
||||
info = qemu_clipboard_info_new(&gd->cbpeer, s);
|
||||
if (gtk_clipboard_wait_is_text_available(clipboard)) {
|
||||
info->types[QEMU_CLIPBOARD_TYPE_TEXT].available = true;
|
||||
|
||||
Reference in New Issue
Block a user