~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/imagemap/imap_selection.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
435
435
  /* Drop support */
436
436
  gtk_drag_dest_set (list, GTK_DEST_DEFAULT_ALL, target_table, 2,
437
437
                     GDK_ACTION_COPY);
438
 
  g_signal_connect (list, "drag_data_received", G_CALLBACK(handle_drop), NULL);
 
438
  g_signal_connect (list, "drag-data-received", G_CALLBACK(handle_drop), NULL);
439
439
 
440
440
  /* For handling doubleclick */
441
441