plug-ins/common/raw.c plug-ins/gfig/gfig-dialog.c
2006-02-07 Sven Neumann <sven@gimp.org> * plug-ins/common/raw.c * plug-ins/gfig/gfig-dialog.c * plug-ins/helpbrowser/dialog.c * plug-ins/imagemap/imap_browse.c * plug-ins/print/gimp_main_window.c: use canonical signal names.
This commit is contained in:
committed by
Sven Neumann
parent
ef1c9dc840
commit
11c0aa9c0b
@ -130,7 +130,7 @@ browse_widget_new (const gchar *name)
|
||||
gtk_box_pack_start (GTK_BOX(browse->hbox), browse->file, TRUE, TRUE, 0);
|
||||
gtk_drag_dest_set (browse->file, GTK_DEST_DEFAULT_ALL, target_table,
|
||||
2, GDK_ACTION_COPY);
|
||||
g_signal_connect (browse->file, "drag_data_received",
|
||||
g_signal_connect (browse->file, "drag-data-received",
|
||||
G_CALLBACK(handle_drop), NULL);
|
||||
|
||||
gtk_widget_show (browse->file);
|
||||
|
||||
Reference in New Issue
Block a user