[gtk+/gtk-2-24] quartz: Fix call to missing symbol
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] quartz: Fix call to missing symbol
- Date: Tue, 9 Apr 2013 10:36:25 +0000 (UTC)
commit d7e3f6f9f89f0acb7fd40179cc4246726deafef1
Author: Carlos Garnacho <carlos lanedo com>
Date: Mon Apr 8 17:25:19 2013 +0200
quartz: Fix call to missing symbol
This patch can be considered a leftover of commit a269c2f8d26a ,
replace the no longer existing function with the GDK function
meant to replace it.
This was noticeable on regular clipboard operations in quartz
gtk/gtkclipboard-quartz.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkclipboard-quartz.c b/gtk/gtkclipboard-quartz.c
index cd6f878..e725d95 100644
--- a/gtk/gtkclipboard-quartz.c
+++ b/gtk/gtkclipboard-quartz.c
@@ -109,7 +109,7 @@ static GtkClipboard *clipboard_peek (GdkDisplay *display,
memset (&selection_data, 0, sizeof (GtkSelectionData));
selection_data.selection = clipboard->selection;
- selection_data.target = _gtk_quartz_pasteboard_type_to_atom (type);
+ selection_data.target = gdk_quartz_pasteboard_type_to_atom_libgtk_only (type);
selection_data.display = gdk_display_get_default ();
selection_data.length = -1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]