[Xfce4-commits] <xfce4-panel:master> Drop too-new Gtk API.

Nick Schermer noreply at xfce.org
Wed Dec 15 22:28:01 CET 2010


Updating branch refs/heads/master
         to c1a5fbf2d3652cf5bfd0ce015c3886a7a462437d (commit)
       from c484579aa10e2e2fe2ccde0b8ca2a20c288e646f (commit)

commit c1a5fbf2d3652cf5bfd0ce015c3886a7a462437d
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 15 22:27:36 2010 +0100

    Drop too-new Gtk API.

 plugins/launcher/launcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index d45ffbf..ad70d4a 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -1805,7 +1805,7 @@ launcher_plugin_supported_drop (GdkDragContext *context,
     return GDK_NONE;
 
   /* check if we support the target */
-  for (li = gdk_drag_context_list_targets (context); li; li = li->next)
+  for (li = context->targets; li; li = li->next)
     {
       target = GDK_POINTER_TO_ATOM (li->data);
       for (i = 0; i < G_N_ELEMENTS (drop_targets); i++)



More information about the Xfce4-commits mailing list