~cairo-dock-team/cairo-dock-core/3.2.x

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-container.c

  • Committer: Fabrice Rey
  • Date: 2013-03-15 14:57:46 UTC
  • Revision ID: fabounet03@gmail.com-20130315145746-6vldvy16vqoim8lf
Drop on container: add URI target before the text target, or we will get the link text instead of the link URI in Konqueror (other browsers don't have this problem)

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
                NULL,
340
340
                0,
341
341
                GDK_ACTION_COPY | GDK_ACTION_MOVE);  // le 'GDK_ACTION_MOVE' c'est pour KDE.
 
342
        gtk_drag_dest_add_uri_targets (pWidget);
342
343
        gtk_drag_dest_add_text_targets (pWidget);
343
 
        gtk_drag_dest_add_uri_targets (pWidget);
344
344
        
345
345
        g_signal_connect (G_OBJECT (pWidget),
346
346
                "drag_data_received",